Update tests/test_utils_pv.py
Run CI Tests / test (push) Successful in 1m41s

This commit is contained in:
2025-08-04 14:14:42 +02:00
parent 7051d58f85
commit 82ba041a6a
+1
View File
@@ -20,6 +20,7 @@ class FakeEPICS(EpicsPV):
self.units = "units"
def get(self, *args, **kwargs):
print(f"[DEBUG] FakeEPICS.get() returning {self._value}")
return self._value
def put(self, value, *args, **kwargs):