Skip to content

Commit

Permalink
fix refractoring issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Jan 11, 2024
1 parent 64656e9 commit c8eb88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_cli/tests/test_device_comm.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_interlock_state(state):
def test_software_lockout(state):
"""Read state of software lockout."""
with expected_communication(command=["SWLockout?"], response=[f"{state}"]) as dev:
assert dev.lockouts == bool(state)
assert dev.software_lockout == bool(state)


# CHANNEL PROPERTIES #
Expand Down

0 comments on commit c8eb88e

Please sign in to comment.