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

Skip to content

Commit 63179a4

Browse files
committed
TST: add missing decorator
b530062 dropped a @cleanup which was causing state to leak
1 parent 08fc864 commit 63179a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4197,6 +4197,7 @@ def test_auto_numticks():
41974197
fig, axes = plt.subplots(4, 4)
41984198

41994199

4200+
@cleanup
42004201
def test_remove_shared_axes():
42014202
def _helper_x(ax):
42024203
ax2 = ax.twinx()

0 commit comments

Comments
 (0)