mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-30 20:54:55 +01:00
fix(controller): cleanup and fix logic for enable/off dependency.
This commit is contained in:
@@ -77,7 +77,7 @@ def test_socket_open_with_timeout():
|
||||
mock_connect.side_effect = Exception("Connection failed")
|
||||
with pytest.raises(ConnectionError):
|
||||
socketio.open(timeout=0.4)
|
||||
mock_connect.assert_called_once()
|
||||
mock_connect.assert_called_once()
|
||||
|
||||
|
||||
def test_close():
|
||||
|
||||
Reference in New Issue
Block a user