Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 922b57f

Browse files
committed
MNT: fix spelling in test name
1 parent f082265 commit 922b57f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/matplotlib/tests/test_testing.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,5 @@ def test_warn_to_fail():
1313
@pytest.mark.parametrize("a", [1])
1414
@check_figures_equal(extensions=["png"])
1515
@pytest.mark.parametrize("b", [1])
16-
def test_paramatirize_with_check_figure_equal(
17-
a, fig_ref, b, fig_test
18-
):
16+
def test_parametrize_with_check_figure_equal(a, fig_ref, b, fig_test):
1917
assert a == b

0 commit comments

Comments
 (0)