Update tests/test_utils_pvpreload.py
Run CI Tests / test (push) Successful in 1m1s

This commit is contained in:
2025-08-07 23:07:57 +02:00
parent e74897368d
commit 0e786b97a7
+2 -2
View File
@@ -174,8 +174,8 @@ def test_offload(tmp_path, caplog):
pvname_4 = "TEST:PV4"
# Create 2 PVs
pv_3 = PV(pvname_3, connection_timeout=2)
pv_4 = PV(pvname_4, connection_timeout=2)
get_pv(pv_3)
get_pv(pv_4)
assert is_pv_in_cache(pvname_3)
assert is_pv_in_cache(pvname_4)