Update tests/test_utils_opmsg.py
Run CI Tests / test (push) Successful in 1m7s

This commit is contained in:
2025-08-09 00:50:05 +02:00
parent 5eb56c4301
commit c1be268be4
+2 -2
View File
@@ -63,7 +63,7 @@ def ioc_up():
time.sleep(1.0) # give CA some time to announce PVs
yield
'''
# -------- OperationMessageStatus --------
class TestOperationMessageStatus:
@pytest.fixture
@@ -144,7 +144,7 @@ class TestOperationMessageEntry:
time.sleep(0.05)
assert repr(entry) == f"{date_val} {msg_val}"
'''
# -------- OperationMessage --------
class TestOperationMessage:
def test_init_with_name(self):