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

Skip to content

Commit 02014be

Browse files
tacaswellrcomer
andauthored
MNT: fix typo in test name
Co-authored-by: Ruth Comer <[email protected]>
1 parent 009415f commit 02014be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def test_invalid_layouts():
660660

661661

662662
@check_figures_equal(extensions=["png"])
663-
def test_tightlayout_autolayout_deconfilct(fig_test, fig_ref):
663+
def test_tightlayout_autolayout_deconflict(fig_test, fig_ref):
664664
for fig, autolayout in zip([fig_ref, fig_test], [False, True]):
665665
with mpl.rc_context({'figure.autolayout': autolayout}):
666666
axes = fig.subplots(ncols=2)

0 commit comments

Comments
 (0)