Skip to content

Commit

Permalink
Fix keyword in test
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 26, 2024
1 parent ba1bfa9 commit 02273a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_command_engineering_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async def test_command_engineering_mode_status(actor: ECPActor):
await cmd

assert cmd.status.did_succeed
assert cmd.replies.get("engineering_mode") is False
assert cmd.replies.get("engineering_mode_enabled") is False


async def test_command_engineering_mode_enable(actor: ECPActor, mocker: MockerFixture):
Expand Down

0 comments on commit 02273a6

Please sign in to comment.