From ba4ba72f4ab9322f9a55b6dbf96405373df349e2 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 8 Apr 2026 16:36:49 +0200 Subject: [PATCH] f --- tests/unit_tests/test_scan_control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests/test_scan_control.py b/tests/unit_tests/test_scan_control.py index c7ef230f..bb6f9204 100644 --- a/tests/unit_tests/test_scan_control.py +++ b/tests/unit_tests/test_scan_control.py @@ -390,7 +390,7 @@ def test_scan_control_uses_gui_visualization_and_signature(qtbot, mocked_client) assert widget.arg_box.widgets[1].suffix() == " mm" assert widget.arg_box.widgets[1].toolTip() == "Custom start tooltip\nUnits: mm" widget.arg_box.widgets[0].setText("not_a_device") - assert widget.arg_box.layout.itemAtPosition(0, 1).widget().text() == "Start" + assert widget.arg_box.layout.itemAtPosition(0, 1).widget().text() == "Start Position" assert widget.arg_box.widgets[1].suffix() == "" assert widget.arg_box.widgets[1].toolTip() == "Custom start tooltip\nUnits from: device" assert [box.title() for box in widget.kwarg_boxes] == [