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

This commit is contained in:
2025-08-09 02:05:21 +02:00
parent b9e123da9c
commit 145e5b2e13
+1 -3
View File
@@ -120,7 +120,6 @@ class TestOperationMessageStatus:
status.update("TOTALLY_INVALID_STATUS")
assert "not from allowed values" in str(exc.value)
'''
# -------- OperationMessageEntry --------
class TestOperationMessageEntry:
@pytest.fixture(params=range(N_MSG_HISTORY))
@@ -333,5 +332,4 @@ 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