Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 9, 2025
1 parent a6703e2 commit dc016e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 185 deletions.
2 changes: 1 addition & 1 deletion api/tests/opentrons/hardware_control/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ async def mock_find_dfu_device_tc2(pid: str, expected_device_count: int) -> str:

# test flex stacker update with dfu bootloader
async def mock_find_dfu_device_fs2(pid: str, expected_device_count: int) -> str:
if expected_device_count == 2:
if expected_device_count == 3:
return "df11"
return "none"

Expand Down
Loading

0 comments on commit dc016e3

Please sign in to comment.