Skip to content

Commit 20632cd

Browse files
committed
Add test for lake alias to test_coast.py
1 parent 5a36f2f commit 20632cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pygmt/tests/test_coast.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def test_coast_aliases():
5858
Y="a10c",
5959
p="135/25",
6060
t=13,
61+
C="blue"
6162
)
6263
fig_test.coast(
6364
region=[-30, 30, -40, 40], # R
@@ -76,6 +77,7 @@ def test_coast_aliases():
7677
yshift="a10c", # Y
7778
perspective=[135, 25], # p
7879
transparency=13, # t
80+
lakes="blue" # C
7981
)
8082
return fig_ref, fig_test
8183

0 commit comments

Comments
 (0)