diff --git a/napari/components/_tests/test_viewer_model.py b/napari/components/_tests/test_viewer_model.py index b76b2b443d8..f2b7218590d 100644 --- a/napari/components/_tests/test_viewer_model.py +++ b/napari/components/_tests/test_viewer_model.py @@ -47,7 +47,7 @@ def test_add_image_colormap_variants(): assert viewer.add_image(data, colormap='green') # as string that is valid, but not a default colormap - assert viewer.add_image(data, colormap='cubehelix') + assert viewer.add_image(data, colormap='fire') # as tuple cmap_tuple = ("my_colormap", Colormap(['g', 'm', 'y']))