Skip to content

Commit

Permalink
Change import in system test to new function name
Browse files Browse the repository at this point in the history
  • Loading branch information
Shihab Suliman committed Dec 20, 2024
1 parent dde5a7c commit 37ee423
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ophyd_async.core import DeviceCollector

from mx_bluesky.hyperion.experiment_plans.change_aperture_then_move_plan import (
set_aperture_for_bbox_size,
set_aperture_for_bbox_mm,
)


Expand Down Expand Up @@ -39,5 +39,5 @@ def test_aperture_change_callback(ap_sg: ApertureScatterguard):
cb = ApertureChangeCallback()
RE = RunEngine({})
RE.subscribe(cb)
RE(set_aperture_for_bbox_size(ap_sg, [2, 2, 2]))
RE(set_aperture_for_bbox_mm(ap_sg, [2, 2, 2]))
assert cb.last_selected_aperture == "LARGE_APERTURE"

0 comments on commit 37ee423

Please sign in to comment.