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

This commit is contained in:
2025-08-09 02:08:57 +02:00
parent 145e5b2e13
commit 02f424f3e4
+3 -2
View File
@@ -153,7 +153,7 @@ class TestOperationMessageEntry:
time.sleep(0.05)
assert repr(entry) == f"{date_val} {msg_val}"
'''
# -------- OperationMessage --------
class TestOperationMessage:
def test_init_with_name(self):
@@ -332,4 +332,5 @@ class TestMachineStatus:
r = repr(ms)
assert beamline in r
assert "ACCESS" in r
assert "00:05:00" in r
assert "00:05:00" in r
'''