Skip to content

Commit

Permalink
Update pygmt/tests/test_plot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com>
  • Loading branch information
yohaimagen and weiji14 committed Aug 24, 2021
1 parent 022b29e commit 6999a52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pygmt/tests/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,11 +501,11 @@ def test_plot_deprecate_columns_to_incols(region):
@pytest.mark.mpl_image_compare
def test_plot_ogrgmt_file_multipoint_default_style():
"""
Make sure that gmt shaphfile with MultiPint geometry are ploted as squers
and not as linne(defualt GMT style)
Make sure that OGR/GMT file with MultiPoint geometry are plotted as squares
and not as line (default GMT style).
"""
with GMTTempFile(suffix=".gmt") as tmpfile:
gmt_file = """# @VGMT1.0 @GPOINT
gmt_file = """# @VGMT1.0 @GMULTIPOINT
# @R1/1/1/1UB
# FEATURE_DATA
1 2
Expand Down

0 comments on commit 6999a52

Please sign in to comment.