Skip to content

Commit bbd4f52

Browse files
committed
test gh action
1 parent 78479b2 commit bbd4f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core/test_colors/test_colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def test_get_colorscale(self):
140140
# test non-capitalised access
141141
self.assertEqual(
142142
colors.make_colorscale(colors.sequential.haline),
143-
colors.get_colorscale("haline"),
143+
colors.get_colorscale("viridis"), # Wrong colorscale - intentional failure
144144
)
145145
# test capitalised access
146146
self.assertEqual(

0 commit comments

Comments
 (0)