Skip to content

Commit 1c3e16e

Browse files
committed
Update coordinates in test_select_points_tool()
1 parent a26f2a2 commit 1c3e16e

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
@@ -67,7 +67,7 @@ def test_select_points_tool():
6767
assert len(tool.get_coordinates() or ()) == 1
6868

6969
mouse_event_at_relative_plot_pos(win, qapp, (0.5, 0.5), CLICK, mod)
70-
mouse_event_at_relative_plot_pos(win, qapp, (0.6, 0.5), CLICK, mod)
70+
mouse_event_at_relative_plot_pos(win, qapp, (0.8, 0.8), CLICK, mod)
7171
assert len(tool.get_coordinates() or ()) == 3
7272

7373
mouse_event_at_relative_plot_pos(win, qapp, (0.6, 0.5), CLICK, mod)

0 commit comments

Comments
 (0)