From f87896709cd64cd4672bc805bc09df4338f45357 Mon Sep 17 00:00:00 2001 From: Aaron Ayres Date: Tue, 13 Apr 2021 11:03:35 -0500 Subject: [PATCH] change points we are dragging to --- chaco/tests/test_plot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)], )