diff --git a/tests/test_utils_hastyepics.py b/tests/test_utils_hastyepics.py index a2c4fd35c..8d040eaf7 100644 --- a/tests/test_utils_hastyepics.py +++ b/tests/test_utils_hastyepics.py @@ -71,6 +71,7 @@ def test_motor_initializes_device_attrs(): pv = getattr(m, attr) print(f"PV object: {pv}") + print("Type:", type(pv)) if pv is not None: print(f"PV name: {pv.pvname}") print(f"PV connected: {pv.connected}")