Update tests/test_utils_reprate.py
Run CI Tests / test (push) Successful in 2m1s

This commit is contained in:
2025-08-26 01:48:11 +02:00
parent 89b412c936
commit e37366c892
+2 -1
View File
@@ -5,7 +5,7 @@ import epics
from slic.utils.reprate import *
from unittest.mock import patch
'''
@pytest.mark.parametrize("instrument,expected_beamline", [
("alvra", "aramis"),
("bernina", "aramis"),
@@ -116,3 +116,4 @@ def test_retrieve_pvname_for_none_instrument_and_beamline():
monitor = RepRateMonitor(target=None)
assert monitor.name is not None, "Name should not be None."
assert monitor.value is not None, "Value should not be None."
'''