From 641c2b3481272e20364a44ceff6f2c2a7ccde4f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 21:54:59 +0000 Subject: [PATCH] test(crosshair): clarify clamping expectation in crosshair 2D test --- tests/unit_tests/test_crosshair.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_crosshair.py b/tests/unit_tests/test_crosshair.py index e3ab7ea6..1cdcb4de 100644 --- a/tests/unit_tests/test_crosshair.py +++ b/tests/unit_tests/test_crosshair.py @@ -118,7 +118,7 @@ def test_mouse_moved_signals_2D(image_widget_with_crosshair): assert emitted_values_2D == [("ImageItem", 21, 55)] -def test_mouse_moved_signals_2D_outside(image_widget_with_crosshair): +def test_mouse_moved_signals_2D_outside_clamps_to_bounds(image_widget_with_crosshair): crosshair, _ = image_widget_with_crosshair emitted_values_2D = []