Update tests/test_utils_hastyepics.py
Run CI Tests / test (push) Successful in 52s

This commit is contained in:
2025-08-03 19:39:39 +02:00
parent 9021c1bd7e
commit c005dc3ac1
-3
View File
@@ -27,9 +27,6 @@ def test_motor_instantiation_fast_vs_epics():
assert m_fast is not None assert m_fast is not None
assert m_slow is not None assert m_slow is not None
assert not getattr(m_fast, 'connected', False)
assert m_slow.connected
assert (t1 - t0) < (t3 - t2) assert (t1 - t0) < (t3 - t2)