From 9cd1e460c5ccf492d5c5800902a18a5fdb5b84cb Mon Sep 17 00:00:00 2001 From: rtuck99 Date: Wed, 17 Jul 2024 10:31:22 +0100 Subject: [PATCH] Revert unit test fix relating to DiamondLightSource/dodal#632 (#1487) --- setup.cfg | 2 +- tests/unit_tests/experiment_plans/test_grid_detection_plan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7017c230c..8de4cc6a3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -40,7 +40,7 @@ install_requires = ophyd-async >= 0.3a5 bluesky >= 1.13.0a3 blueapi >= 0.4.3-rc1 - dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@0a0a7496f9a06bd8e70198e39a42679cd400349f + dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@95c475d17a0d60dd32e2186395520b01ca445cb4 [options.entry_points] console_scripts = diff --git a/tests/unit_tests/experiment_plans/test_grid_detection_plan.py b/tests/unit_tests/experiment_plans/test_grid_detection_plan.py index ac122d3ad..5f8ebfd40 100644 --- a/tests/unit_tests/experiment_plans/test_grid_detection_plan.py +++ b/tests/unit_tests/experiment_plans/test_grid_detection_plan.py @@ -104,7 +104,7 @@ def decorated(): ) RE(decorated()) - assert image.save.call_count == 8 + assert image.save.call_count == 6 @patch(