Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni-t committed Oct 3, 2023
1 parent f12300f commit 89ba176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/tests/opentrons/protocol_engine/state/test_module_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@ def test_get_properties_by_id(
(
lazy_fixture("heater_shaker_v1_def"),
DeckSlotName.SLOT_1,
LabwareOffsetVector(x=-0.125, y=1.125, z=68.275),
LabwareOffsetVector(x=-0.125, y=1.125, z=68.525),
),
(
lazy_fixture("heater_shaker_v1_def"),
DeckSlotName.SLOT_3,
LabwareOffsetVector(x=0.125, y=-1.125, z=68.275),
LabwareOffsetVector(x=0.125, y=-1.125, z=68.525),
),
],
)
Expand Down Expand Up @@ -350,12 +350,12 @@ def test_get_module_offset_for_ot2_standard(
(
lazy_fixture("heater_shaker_v1_def"),
DeckSlotName.SLOT_1.to_ot3_equivalent(),
LabwareOffsetVector(x=0, y=0, z=18.95),
LabwareOffsetVector(x=0, y=0, z=18.35),
),
(
lazy_fixture("heater_shaker_v1_def"),
DeckSlotName.SLOT_3.to_ot3_equivalent(),
LabwareOffsetVector(x=0, y=0, z=18.95),
LabwareOffsetVector(x=0, y=0, z=18.35),
),
(
lazy_fixture("mag_block_v1_def"),
Expand Down

0 comments on commit 89ba176

Please sign in to comment.