diff --git a/chaco/tests/test_plot.py b/chaco/tests/test_plot.py index fc7b74ccc..3b82ff028 100644 --- a/chaco/tests/test_plot.py +++ b/chaco/tests/test_plot.py @@ -131,5 +131,5 @@ def test_dont_crash_on_click(self): with tester.create_ui(empty_plot): self.press_move_release( empty_plot.plot, - [(1, 1), (25, 25), (50, 50), (100, 100)], + [(1, 1), (2, 2), (3, 3), (4, 4)], )