Skip to content

Commit 9d5460a

Browse files
authored
Fix a typo in test_plot_shapefile (#1798)
1 parent 165a8c3 commit 9d5460a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def test_plot_shapefile():
549549
550550
See https://github.com/GenericMappingTools/pygmt/issues/1616.
551551
"""
552-
datasets = ["@RidgeTest" + suffix for suffix in [".shp", ".shx", ".dbf", "prj"]]
552+
datasets = ["@RidgeTest" + suffix for suffix in [".shp", ".shx", ".dbf", ".prj"]]
553553
which(fname=datasets, download="a")
554554
fig = Figure()
555555
fig.plot(data="@RidgeTest.shp", pen="1p")

0 commit comments

Comments
 (0)