Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Oct 28, 2024
1 parent b0be1f5 commit 8a74d85
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1668,9 +1668,9 @@ def test_get_well_position_with_meniscus_and_literal_volume_offset(
)
decoy.when(mock_well_view.get_well_liquid_info("labware-id", "B2")).then_return(
WellLiquidInfo(
loaded_liquid=None,
loaded_volume=None,
probed_height=ProbedHeightInfo(height=45.0, last_probed=datetime.now()),
probed_liquid=None,
probed_volume=None,
)
)
labware_def = _load_labware_definition_data()
Expand Down

0 comments on commit 8a74d85

Please sign in to comment.