From 8395c69573b21cb476fecaa0f0ebf1eb57f55466 Mon Sep 17 00:00:00 2001 From: appel_c Date: Tue, 28 Jul 2026 10:23:42 +0200 Subject: [PATCH] fix: adapt test mocks --- tests/tests_devices/test_phoenix_trigger.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/tests_devices/test_phoenix_trigger.py b/tests/tests_devices/test_phoenix_trigger.py index 9e84132..055dac6 100644 --- a/tests/tests_devices/test_phoenix_trigger.py +++ b/tests/tests_devices/test_phoenix_trigger.py @@ -19,10 +19,10 @@ def mock_trigger(): with mock.patch.object(dm, "connector"): with ( mock.patch( - "ophyd_devices.interfaces.base_classes.bec_device_base.FileWriter" + "phoenix_bec.devices.unsupported_legacy.psi_detector_base.FileWriter" ) as filemixin, mock.patch( - "ophyd_devices.interfaces.base_classes.psi_detector_base.PSIDetectorBase._update_service_config" + "phoenix_bec.devices.unsupported_legacy.psi_detector_base.PSIDetectorBase._update_service_config" ) as mock_service_config, ): with mock.patch.object(ophyd, "cl") as mock_cl: