Skip to content

Commit 1229204

Browse files
committed
Add one more test
1 parent 21a47b5 commit 1229204

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygmt/tests/test_params_box.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_params_box():
2525
assert str(Box(inner_gap="2p", inner_pen="1p,red")) == "+i2p/1p,red"
2626

2727
assert str(Box(shade_offset=("5p", "5p"))) == "+s5p/5p"
28+
assert str(Box(shade_fill="red")) == "+sred"
2829
assert str(Box(shade_offset=("5p", "5p"), shade_fill="red")) == "+s5p/5p/red"
2930

3031
box = Box(

0 commit comments

Comments
 (0)