Skip to content

Commit

Permalink
Merge pull request #42 from DiamondLightSource/41_add_zoom_to_s03
Browse files Browse the repository at this point in the history
Changed zoom system test to look at s03
  • Loading branch information
DominicOram committed May 15, 2023
2 parents 9f7b6e3 + f5c18e2 commit 7122c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/devices/system_tests/test_oav_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ def test_grid_overlay():

@pytest.mark.s03
def test_get_zoom_levels():
my_zoom_controller = ZoomController("BL03I-EA-OAV-01:FZOOM:", name="test_zoom")
my_zoom_controller = ZoomController("BL03S-EA-OAV-01:FZOOM:", name="test_zoom")
my_zoom_controller.wait_for_connection()
assert my_zoom_controller.allowed_zoom_levels[0] == "1.0x"

0 comments on commit 7122c0b

Please sign in to comment.