Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f082265 commit 922b57fCopy full SHA for 922b57f
1 file changed
lib/matplotlib/tests/test_testing.py
@@ -13,7 +13,5 @@ def test_warn_to_fail():
13
@pytest.mark.parametrize("a", [1])
14
@check_figures_equal(extensions=["png"])
15
@pytest.mark.parametrize("b", [1])
16
-def test_paramatirize_with_check_figure_equal(
17
- a, fig_ref, b, fig_test
18
-):
+def test_parametrize_with_check_figure_equal(a, fig_ref, b, fig_test):
19
assert a == b
0 commit comments