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 69d16b9 commit 2e71707Copy full SHA for 2e71707
astrowidgets/tests/widget_api_test.py
@@ -232,7 +232,7 @@ def test_click_drag(self):
232
# If is_marking is true then trying to enable click_drag should fail
233
self.image._is_marking = True
234
self.image.click_drag = False
235
- with pytest.raises(ValueError, match='Interactive marking'):
+ with pytest.raises(ValueError, match='[Ii]nteractive marking'):
236
self.image.click_drag = True
237
self.image._is_marking = False
238
0 commit comments