We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd4f52 commit 009beb9Copy full SHA for 009beb9
tests/test_core/test_colors/test_colors.py
@@ -140,7 +140,7 @@ def test_get_colorscale(self):
140
# test non-capitalised access
141
self.assertEqual(
142
colors.make_colorscale(colors.sequential.haline),
143
- colors.get_colorscale("viridis"), # Wrong colorscale - intentional failure
+ colors.get_colorscale("haline"),
144
)
145
# test capitalised access
146
0 commit comments