Skip to content

Commit

Permalink
MNT: fix test name
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
  • Loading branch information
tacaswell and timhoffm committed Oct 7, 2022
1 parent b8bdcf8 commit d0a240a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/tests/test_colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_register_cmap():
cm.register_cmap('nome', cmap='not a cmap')


def test_ensure_cmap():
def test_colormaps_get_cmap():
cr = mpl.colormaps
new_cm = mcolors.ListedColormap(cr["viridis"].colors, name='v2')

Expand Down

0 comments on commit d0a240a

Please sign in to comment.