Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Aug 19, 2024
1 parent 6bdc500 commit d31bf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tests/opentrons/hardware_control/test_ot3_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ async def test_liquid_probe_plunger_moves(
mount_speed
)

probe_pass_overlap = 0.1
probe_pass_overlap = config.z_overlap_between_passes_mm
probe_pass_z_offset_mm = non_responsive_z_mm + probe_pass_overlap
probe_safe_reset_mm = max(2.0, probe_pass_z_offset_mm)

Expand Down Expand Up @@ -1001,7 +1001,7 @@ async def test_liquid_probe_mount_moves(
mount_speed
)

probe_pass_overlap = 0.1
probe_pass_overlap = config.z_overlap_between_passes_mm
probe_pass_z_offset_mm = non_responsive_z_mm + probe_pass_overlap
probe_safe_reset_mm = max(2.0, probe_pass_z_offset_mm)

Expand Down

0 comments on commit d31bf7e

Please sign in to comment.