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

Skip to content

Commit 2655c93

Browse files
committed
BUG: Fix duplicated test name in test_contour.py
1 parent 5b29438 commit 2655c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def test_contour_manual_labels():
158158

159159
@image_comparison(baseline_images=['contour_labels_size_color'],
160160
extensions=['png'], remove_text=True)
161-
def test_contour_manual_labels():
161+
def test_contour_labels_size_color():
162162

163163
x, y = np.meshgrid(np.arange(0, 10), np.arange(0, 10))
164164
z = np.max(np.dstack([abs(x), abs(y)]), 2)

0 commit comments

Comments
 (0)