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

This commit is contained in:
2025-08-08 16:45:53 +02:00
parent 7032c81aae
commit 4e6390757a
+2 -2
View File
@@ -119,7 +119,7 @@ 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))
@@ -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):