Skip to content

Commit fe1aed2

Browse files
tacaswellQuLogic
andauthored
Update lib/matplotlib/tests/test_constrainedlayout.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 5efddd3 commit fe1aed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_constrainedlayout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,6 @@ def test_compressed1():
664664
({}, True),
665665
({'rect': None}, True)
666666
])
667-
def test_set_constrained_lyout(arg, state):
667+
def test_set_constrained_layout(arg, state):
668668
fig, ax = plt.subplots(constrained_layout=arg)
669669
assert fig.get_constrained_layout() is state

0 commit comments

Comments
 (0)