8000 update test in test_axes.py · lucavribeiro/matplotlib@e962ead · GitHub
[go: up one dir, main page]

Skip to content

Commit e962ead

Browse files
committed
update test in test_axes.py
1 parent 958cfbb commit e962ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4178,7 +4178,7 @@ def _assert_equal(stem_container, linecolor=None, markercolor=None,
41784178
markercolor)
41794179
if marker is not None:
41804180
assert stem_container.markerline.get_marker() == marker
4181-
assert stem_container.markerline.get_linestyle() == 'None'
4181+
assert stem_container.markerline.get_linestyle() == 'none'
41824182

41834183
fig, ax = plt.subplots()
41844184

0 commit comments

Comments
 (0)
0