Skip to content

Commit

Permalink
Update api/tests/opentrons/protocol_engine/commands/test_hash_command…
Browse files Browse the repository at this point in the history
…_params.py

Co-authored-by: Sanniti Pimpley <[email protected]>
  • Loading branch information
TamarZanzouri and sanni-t authored Apr 26, 2024
1 parent d79c1a5 commit be614b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def test_repeated_commands() -> None:


@pytest.mark.parametrize("command_intent", [CommandIntent.SETUP, CommandIntent.FIXIT])
def test_setup_command(command_intent: CommandIntent) -> None:
"""Setup commands should always hash to None."""
def test_setup_and_fixit_command(command_intent: CommandIntent) -> None:
"""Setup and fixit commands should always skip hashing."""
setup_command = commands.WaitForDurationCreate(
params=commands.WaitForDurationParams(seconds=123),
intent=command_intent,
Expand Down

0 comments on commit be614b9

Please sign in to comment.