Skip to content

Commit

Permalink
whooops
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Dec 10, 2024
1 parent 8c6dcb6 commit 86f2d61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/tests/opentrons/drivers/thermocycler/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ async def test_device_info(
get_device_info = CommandBuilder(terminator=driver.TC_COMMAND_TERMINATOR).add_gcode(
gcode="M115"
)
reset_reason = CommandBuilder(terminator=driver.TC_COMMAND_TERMINATOR).add_gcode(
gcode="M114"
)

connection.send_command.assert_any_call(command=get_device_info, retries=3)
assert device_info == {"serial": "s", "model": "m", "version": "v"}

0 comments on commit 86f2d61

Please sign in to comment.