diff --git a/tests/test_utils_pvpreload.py b/tests/test_utils_pvpreload.py index 124810985..f630a6fd4 100644 --- a/tests/test_utils_pvpreload.py +++ b/tests/test_utils_pvpreload.py @@ -17,7 +17,6 @@ from slic.utils.hastyepics import get_pv from morbidissimo import MorIOC from slic.utils.pvpreload import * -''' # IOC simulation @pytest.fixture(scope="module", autouse=True) def run_test_ioc(): @@ -290,5 +289,3 @@ def test_pvpreload_end_to_end(tmp_path, caplog): logs = "\n".join(caplog.messages) assert "PV preload done" in logs assert "PV offload done" in logs - -''' \ No newline at end of file