Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Dec 20, 2024
1 parent 861d2d4 commit 93f0c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/opentrons/drivers/flex_stacker/test_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async def test_get_device_info(
) -> None:
"""It should send a get device info command"""
connection.send_command.return_value = (
"M115 FW:0.0.1 HW:a1 SerialNo:STCA120230605001"
"M115 FW:0.0.1 HW:Opentrons-flex-stacker-a1 SerialNo:STCA120230605001"
)
response = await subject.get_device_info()
assert response == types.StackerInfo(
Expand Down

0 comments on commit 93f0c54

Please sign in to comment.