Skip to content

Commit b4e1e38

Browse files
committed
Rename test_pygmtlogo_no_wordmark to test_pygmtlogo_wordmark_none
1 parent b29bdc9 commit b4e1e38

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pygmt/tests/baseline/test_pygmtlogo_no_wordmark_circle.png.dvc renamed to pygmt/tests/baseline/test_pygmtlogo_wordmark_none_circle.png.dvc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ outs:
22
- md5: fdc90d2867bcbc096bcf5a9303d15ddf
33
size: 31962
44
hash: md5
5-
path: test_pygmtlogo_no_wordmark_circle.png
5+
path: test_pygmtlogo_wordmark_none_circle.png

pygmt/tests/test_pygmtlogo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_pygmtlogo_design(shape, wordmark):
2525

2626
@pytest.mark.mpl_image_compare
2727
@pytest.mark.parametrize("shape", ["circle"])
28-
def test_pygmtlogo_no_wordmark(shape):
28+
def test_pygmtlogo_wordmark_none(shape):
2929
"""
3030
Test the PyGMT logo without the wordmark, including both light/dark themes, and
3131
colored/black-and-white versions.

0 commit comments

Comments
 (0)