Skip to content

Commit

Permalink
Refactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Sep 18, 2024
1 parent 16679ff commit 92401d8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,9 @@ async def test_rotation_plan_moves_aperture_correctly(
aperture_scatterguard: ApertureScatterguard = (
run_full_rotation_plan.aperture_scatterguard
)
assert (
await aperture_scatterguard.selected_aperture.get_value() == ApertureValue.SMALL
)
reading = await aperture_scatterguard.read()
aperture_state = reading[aperture_scatterguard.selected_aperture.name]["value"]
assert aperture_state == ApertureValue.SMALL


async def test_rotation_plan_smargon_doesnt_move_xyz_if_not_given_in_params(
Expand Down

0 comments on commit 92401d8

Please sign in to comment.