Skip to content

Commit 671b041

Browse files
committed
format the tests
1 parent c4170cf commit 671b041

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/tests/opentrons/protocol_engine/execution/test_pipetting_handler.py

+5-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,11 @@ async def test_hw_dispense_in_place(
179179
mount=Mount.RIGHT, aspirate=None, dispense=2.5, blow_out=None
180180
),
181181
await mock_hardware_api.dispense(
182-
mount=Mount.RIGHT, volume=25, push_out=None, correction_volume=0, is_full_dispense=True
182+
mount=Mount.RIGHT,
183+
volume=25,
184+
push_out=None,
185+
correction_volume=0,
186+
is_full_dispense=True,
183187
),
184188
mock_hardware_api.set_flow_rate(
185189
mount=Mount.RIGHT, aspirate=1.23, dispense=4.56, blow_out=7.89

0 commit comments

Comments
 (0)