Skip to content

Commit 3e8ae21

Browse files
Update parameter names in tests
1 parent 039bad4 commit 3e8ae21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pygmt/tests/test_pygmtlogo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ def test_pylogo_no_wordmark():
4242
@pytest.mark.mpl_image_compare
4343
def test_pylogo_lightmode():
4444
"""
45-
Plot the PyGMT logo in light mode.
45+
Plot the PyGMT logo in dark mode.
4646
"""
4747
fig = Figure()
4848
fig.basemap(region=[-5, 5, -5, 5], projection="X10c", frame=1)
49-
fig.pygmtlogo(darkmode=False)
49+
fig.pygmtlogo(theme="dark")
5050
return fig
5151

5252

@@ -57,5 +57,5 @@ def test_pylogo_vertical():
5757
"""
5858
fig = Figure()
5959
fig.basemap(region=[-5, 5, -5, 5], projection="X10c", frame=1)
60-
fig.pygmtlogo(orientation="vertical")
60+
fig.pygmtlogo(wordmark="vertical")
6161
return fig

0 commit comments

Comments
 (0)