43
43
),
44
44
pytest .raises (
45
45
RuntimeError ,
46
- match = "Received submerge start location of Location\\ (point=Point\\ (x=4, y=5, z=6\\ ), labware=, is_meniscus=False \\ )"
47
- " and aspirate location of Location\\ (point=Point\\ (x=5, y=6, z=7\\ ), labware=, is_meniscus=False \\ )."
46
+ match = "Received submerge start location of Location\\ (point=Point\\ (x=4, y=5, z=6\\ ), labware=, meniscus_tracking=None \\ )"
47
+ " and aspirate location of Location\\ (point=Point\\ (x=5, y=6, z=7\\ ), labware=, meniscus_tracking=None \\ )."
48
48
" Submerge start location z should not be lower than the aspirate location z." ,
49
49
),
50
50
),
57
57
),
58
58
pytest .raises (
59
59
RuntimeError ,
60
- match = "Received retract end location of Location\\ (point=Point\\ (x=4, y=5, z=6\\ ), labware=, is_meniscus=False \\ )"
61
- " and dispense location of Location\\ (point=Point\\ (x=5, y=6, z=7\\ ), labware=, is_meniscus=False \\ )."
60
+ match = "Received retract end location of Location\\ (point=Point\\ (x=4, y=5, z=6\\ ), labware=, meniscus_tracking=None \\ )"
61
+ " and dispense location of Location\\ (point=Point\\ (x=5, y=6, z=7\\ ), labware=, meniscus_tracking=None \\ )."
62
62
" Retract end location z should not be lower than the dispense location z." ,
63
63
),
64
64
),
@@ -102,7 +102,7 @@ def test_raise_only_if_pip_location_below_target(
102
102
pytest .raises (
103
103
RuntimeError ,
104
104
match = "Retract end location Location\\ (point=Point\\ (x=4, y=5, z=6\\ ), labware=,"
105
- " is_meniscus=False \\ ) is inside the liquid in well Well A1 of"
105
+ " meniscus_tracking=None \\ ) is inside the liquid in well Well A1 of"
106
106
" test_labware when it should be outside\\ (above\\ ) the liquid." ,
107
107
),
108
108
),
@@ -113,7 +113,7 @@ def test_raise_only_if_pip_location_below_target(
113
113
pytest .raises (
114
114
RuntimeError ,
115
115
match = "Retract end location Location\\ (point=Point\\ (x=5, y=6, z=7\\ ), labware=,"
116
- " is_meniscus=False \\ ) is inside the liquid in well Well A1 of"
116
+ " meniscus_tracking=None \\ ) is inside the liquid in well Well A1 of"
117
117
" test_labware when it should be outside\\ (above\\ ) the liquid." ,
118
118
),
119
119
),
0 commit comments