Skip to content

Commit

Permalink
no loop in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Feb 29, 2024
1 parent da579f4 commit d258156
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/tests/opentrons/hardware_control/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ def async_return(result):
bootloader_kwargs = {
"stdout": asyncio.subprocess.PIPE,
"stderr": asyncio.subprocess.PIPE,
"loop": loop,
}

upload_via_avrdude_mock = mock.Mock(
Expand Down

0 comments on commit d258156

Please sign in to comment.