Skip to content

Commit 0834a76

Browse files
committed
Fix mouse event in test_select_points_tool()
(consequence of last change)
1 parent 1c3e16e commit 0834a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotpy/tests/unit/test_point_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_select_points_tool():
7070
mouse_event_at_relative_plot_pos(win, qapp, (0.8, 0.8), CLICK, mod)
7171
assert len(tool.get_coordinates() or ()) == 3
7272

73-
mouse_event_at_relative_plot_pos(win, qapp, (0.6, 0.5), CLICK, mod)
73+
mouse_event_at_relative_plot_pos(win, qapp, (0.8, 0.8), CLICK, mod)
7474
assert len(tool.get_coordinates() or ()) == 2
7575

7676
mouse_event_at_relative_plot_pos(win, qapp, (0.7, 0.5), CLICK, mod)

0 commit comments

Comments
 (0)