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

Skip to content

Commit 23ce141

Browse files
authored
Correct test comment.
1 parent 91191ce commit 23ce141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_marker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def test_markers_valid():
1515
def test_markers_invalid():
1616
marker_style = markers.MarkerStyle()
1717
mrk_array = np.array([[-0.5, 0, 1, 2, 3]])
18-
# Checking this doesn't fail.
18+
# Checking this does fail.
1919
with pytest.raises(ValueError):
2020
marker_style.set_marker(mrk_array)

0 commit comments

Comments
 (0)