Update tests/test_utils_hastepics.py
Run CI Tests / test (push) Successful in 1m2s

This commit is contained in:
2025-08-10 21:27:33 +02:00
parent e495cd9a1d
commit db90b2302e
+2 -1
View File
@@ -5,7 +5,7 @@ import epics
from epics.pv import PV
from slic.utils.hastyepics import *
from morbidissimo import MorIOC
'''
# ============================
# IOC simulation (M1..M20)
@@ -240,3 +240,4 @@ def test_motor_callbacks_empty():
m = Motor("TEST:SIM:M12")
assert isinstance(m._callbacks, dict)
assert m._callbacks == {}
'''