Skip to content

Commit e3b46db

Browse files
committed
Add cleanup to new test
1 parent 480abb8 commit e3b46db

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
@@ -2454,6 +2454,7 @@ def test_errorbar_limits():
24542454
ax.set_title('Errorbar upper and lower limits')
24552455

24562456

2457+
@cleanup
24572458
def test_errobar_nonefmt():
24582459
# Check that passing 'none' as a format still plots errorbars
24592460
x = np.arange(5)

0 commit comments

Comments
 (0)