Skip to content

Commit 7fd096b

Browse files
Update test
1 parent 0ccac21 commit 7fd096b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pygmt/tests/test_subplot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ def test_subplot_direct():
3838

3939

4040
@pytest.mark.mpl_image_compare
41-
def test_subplot_autolabel_margins_title():
41+
def test_subplot_auto_label_margins_title():
4242
"""
43-
Make subplot figure with autolabels, setting some margins and a title.
43+
Make subplot figure with automatic labels, setting some margins and a title.
4444
"""
4545
fig = Figure()
4646

4747
with fig.subplot(
4848
nrows=2,
4949
ncols=1,
5050
figsize=("15c", "6c"),
51-
autolabel=True,
51+
auto_label=True,
5252
margins=["0.3c", "0.1c"],
5353
title="Subplot Title",
5454
):

0 commit comments

Comments
 (0)