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

Skip to content

Commit 80b3692

Browse files
committed
TST : fixed duplicate test name
1 parent 8c9f4d4 commit 80b3692

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,9 +1433,8 @@ def test_boxplot_bad_medians_1():
14331433
fig, ax = plt.subplots()
14341434
assert_raises(ValueError, ax.boxplot, x, usermedians=[1, 2])
14351435

1436-
14371436
@cleanup
1438-
def test_boxplot_bad_medians_1():
1437+
def test_boxplot_bad_medians_2():
14391438
x = np.linspace(-7, 7, 140)
14401439
x = np.hstack([-25, x, 25])
14411440
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)