Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-dot committed Oct 24, 2024
1 parent d53cd25 commit fe0dc8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion tests/beamlines/unit_tests/test_i22.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from dodal.beamlines import i22
from dodal.common.beamlines import beamline_utils
from dodal.devices.i22.nxsas import NXSasPilatus
Expand Down
5 changes: 2 additions & 3 deletions tests/beamlines/unit_tests/test_p38.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

def test_devices_diff_when_in_lab():
beamline_utils.clear_devices()
saxs = i22.saxs(wait_for_connection=False, fake_with_ophyd_sim=True)
saxs = i22.saxs()
assert saxs.__class__ == NXSasOAV, f"Expected NXSasOav, got {saxs.__class__}"


Expand All @@ -28,5 +28,4 @@ def test_device_creation(RE, module_and_devices_for_beamline):
saxs: NXSasOAV = devices["saxs"] # type: ignore

print(saxs)
assert saxs.prefix == "BL24I-MO-VGON-01:"
assert saxs.kappa.prefix == "BL24I-MO-VGON-01:KAPPA"
assert saxs.drv.trigger_mode.name == "BL22I-DI-DICAM-03:DET:TriggerMode"

0 comments on commit fe0dc8c

Please sign in to comment.