Skip to content

Commit

Permalink
rm redundant verify
Browse files Browse the repository at this point in the history
  • Loading branch information
caila-marashaj committed Jan 30, 2025
1 parent ff38927 commit 35a8e69
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -336,14 +336,6 @@ def test_estimate_liquid_height_after_pipetting(
operation_volume=operation_volume,
)
assert final_height == fake_final_height
decoy.verify(
mock_engine_client.state.geometry.get_well_height_after_liquid_handling_no_error(
labware_id="labware-id",
well_name="well-name",
initial_height=initial_liquid_height,
volume=operation_volume,
)
)


def test_from_center_cartesian(
Expand Down

0 comments on commit 35a8e69

Please sign in to comment.