mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-01-20 17:02:19 +01:00
fix: renamed to prepare_detector_backend
This commit is contained in:
@@ -143,7 +143,7 @@ def test_stage(mock_det, scaninfo):
|
||||
This includes testing _prep_det
|
||||
"""
|
||||
with mock.patch.object(mock_det, "set_trigger") as mock_set_trigger, mock.patch.object(
|
||||
mock_det.custom_prepare, "prepare_data_backend"
|
||||
mock_det.custom_prepare, "prepare_detector_backend"
|
||||
) as mock_prep_data_backend, mock.patch.object(
|
||||
mock_det.custom_prepare, "publish_file_location"
|
||||
) as mock_publish_file_location, mock.patch.object(
|
||||
|
||||
Reference in New Issue
Block a user