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

fix(signal-combobox): bug fix in signal combobox that crashed upon switching from device to signal input

This commit is contained in:
2025-05-26 13:14:27 +02:00
committed by Jan Wyzula
parent f57950c4e3
commit 1a4eb1db67
6 changed files with 32 additions and 5 deletions

View File

@ -30,7 +30,7 @@ def mocked_client(bec_dispatcher):
# Mock the device_manager.devices attribute
client.connector = connector
client.device_manager = DMMock()
client.device_manager.add_devives(DEVICES)
client.device_manager.add_devices(DEVICES)
def mock_mv(*args, relative=False):
# Extracting motor and value pairs