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

This commit is contained in:
2025-08-09 02:22:14 +02:00
parent ee3e1fcf95
commit 420a18d73f
+2 -1
View File
@@ -321,4 +321,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
'''