Skip to content

Commit

Permalink
change test
Browse files Browse the repository at this point in the history
  • Loading branch information
parfa30 committed Oct 11, 2024
1 parent 8a6a728 commit 929e012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_maintel_power_on_tunablelaser.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ async def test_run_without_failures(self):
# Assert states are OK
assert (
self.laser_status.detailedState
== LaserDetailedState.NONPROPAGATING_CONTINUOUS_MODE
== LaserDetailedState.PROPAGATING_CONTINUOUS_MODE
)
assert (
self.script.optical_configuration == LaserOpticalConfiguration.SCU.name
Expand Down

0 comments on commit 929e012

Please sign in to comment.