Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicOram committed Sep 19, 2024
1 parent 92401d8 commit b8e1e6e
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,13 @@ async def test_full_rotation_plan_smargon_settings(

async def test_rotation_plan_moves_aperture_correctly(
run_full_rotation_plan: RotationScanComposite,
test_rotation_params: RotationScan,
) -> None:
aperture_scatterguard: ApertureScatterguard = (
run_full_rotation_plan.aperture_scatterguard
)
reading = await aperture_scatterguard.read()
aperture_state = reading[aperture_scatterguard.selected_aperture.name]["value"]
assert aperture_state == ApertureValue.SMALL
assert (
await aperture_scatterguard.selected_aperture.get_value() == ApertureValue.SMALL
)


async def test_rotation_plan_smargon_doesnt_move_xyz_if_not_given_in_params(
Expand Down

0 comments on commit b8e1e6e

Please sign in to comment.