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

Skip to content

Commit a10964a

Browse files
committed
Merge pull request #5697 from tacaswell/tst_missing_decorator
TST: add missing decorator
2 parents 08fc864 + 63179a4 commit a10964a

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)