From 4a769ef9f89c85192dcbd91bf6161c1167ff72a8 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sun, 3 Aug 2025 19:23:37 +0200 Subject: [PATCH] Update tests/test_utils_hastyepics.py --- tests/test_utils_hastyepics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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