Skip to content

Commit

Permalink
chore(api): update a cal config test for new values (#12591)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 authored Apr 28, 2023
1 parent ef70561 commit af2fc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tests/opentrons/config/test_defaults_ot3.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def test_load_calibration_cals() -> None:
)

# altered values are preserved
mostly_right["calibration"]["edge_sense"]["overrun_tolerance_mm"] += 0.2
mostly_right["calibration"]["edge_sense"]["overrun_tolerance_mm"] -= 0.2
mostly_right["calibration"]["z_offset"]["pass_settings"][
"max_overrun_distance_mm"
] += 5
] -= 0.5
built_with_overrides = defaults_ot3._build_default_calibration(
mostly_right["calibration"], defaults_ot3.DEFAULT_CALIBRATION_SETTINGS
)
Expand Down

0 comments on commit af2fc6f

Please sign in to comment.