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

This commit is contained in:
2025-08-03 19:23:37 +02:00
parent 8a6b50d5f7
commit 4a769ef9f8
+2 -2
View File
@@ -24,8 +24,8 @@ def test_motor_instantiation_fast_vs_epics():
t3 = time.time()
# Make sure both are valid PVs
assert pv_fast is not None
assert pv_slow is not None
assert m_fast is not None
assert m_slow is not None
assert not m_fast.connected
assert m_slow.connected