Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Oct 12, 2023
1 parent b8901b5 commit bd32e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/opentrons/hardware_control/test_ot3_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ async def test_plunger_ready_to_aspirate_after_dispense(

await ot3_hardware.add_tip(mount, 100)
await ot3_hardware.prepare_for_aspirate(OT3Mount.LEFT)
assert ot3_hardware.hardware_pipettes[mount.to_mount()].ready_to_aspirate == True
assert ot3_hardware.hardware_pipettes[mount.to_mount()].ready_to_aspirate

await ot3_hardware.aspirate(OT3Mount.LEFT, asp_vol)
await ot3_hardware.dispense(OT3Mount.LEFT, disp_vol, push_out=push_out)
Expand Down

0 comments on commit bd32e52

Please sign in to comment.