0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

wip fix tests fixup

This commit is contained in:
2025-07-10 09:57:21 +02:00
parent e02c34eb87
commit 6ece59a924
5 changed files with 14 additions and 12 deletions

View File

@ -229,7 +229,7 @@ def test_scan_history_view_add_remove_scan(qtbot, scan_history_view, scan_histor
# remove scan
def remove_callback(msg):
"""Callback to check if the scan_removed signal is emitted."""
"""Callback to check if the no_scan_selected signal is emitted."""
assert msg == scan_history_msg
scan_history_view.remove_scan(0)