Skip to content

Commit d0a240a

Browse files
tacaswelltimhoffm
andauthored
MNT: fix test name
Co-authored-by: Tim Hoffmann <[email protected]>
1 parent b8bdcf8 commit d0a240a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def test_register_cmap():
109109
cm.register_cmap('nome', cmap='not a cmap')
110110

111111

112-
def test_ensure_cmap():
112+
def test_colormaps_get_cmap():
113113
cr = mpl.colormaps
114114
new_cm = mcolors.ListedColormap(cr["viridis"].colors, name='v2')
115115

0 commit comments

Comments
 (0)