Update tests/test_utils_lazypv.py
Run CI Tests / test (push) Successful in 26s

This commit is contained in:
2025-07-25 17:42:24 +02:00
parent 0a8f456a67
commit 3fba391ab3
-2
View File
@@ -31,8 +31,6 @@ def test_getattr():
assert pvname == "ca://TEST:FLOAT"
assert pv._pv is not None
assert pv._pv.connected, "PV is not connected"
# access all known epics.PV kwargs via __getattr__
form = pv.__getattr__('form')
assert form == 'time'