Update tests/test_utils_opmsg.py
Run CI Tests / test (push) Has been cancelled

This commit is contained in:
2025-08-08 15:26:22 +02:00
parent 5d3279aa56
commit 4717c9b550
+2 -1
View File
@@ -4,7 +4,7 @@ import pytest
from morbidissimo import MorIOC
from slic.utils.opmsg import *
'''
import time
import threading
@@ -368,3 +368,4 @@ class TestMachineStatus:
assert beamline in r
assert "ACCESS" in r
assert "00:05:00" in r
'''