diff --git a/tests/test_utils_hastyepics.py b/tests/test_utils_hastyepics.py index 54c97b684..0a7b2033c 100644 --- a/tests/test_utils_hastyepics.py +++ b/tests/test_utils_hastyepics.py @@ -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