Skip to content

Commit 2dc5557

Browse files
authored
Remove timestamp from test_coast_alias (#785)
Fixes the bug introduced in #769.
1 parent db7fa94 commit 2dc5557

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygmt/tests/test_coast.py

-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ def test_coast_aliases():
5353
D="i",
5454
A=1000,
5555
L="jCM+c1+w1000k+f+l",
56-
U=True,
5756
X="a4c",
5857
Y="a10c",
5958
p="135/25",
@@ -71,7 +70,6 @@ def test_coast_aliases():
7170
resolution="i", # D
7271
area_thresh=1000, # A
7372
map_scale="jCM+c1+w1000k+f+l", # L
74-
timestamp=True, # U
7573
xshift="a4c", # X
7674
yshift="a10c", # Y
7775
perspective=[135, 25], # p

0 commit comments

Comments
 (0)