File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ async def test_given_aperture_scatterguard_parked_when_set_to_out_position_then_
8787
8888 await scintillator .selected_pos .set (InOut .IN )
8989
90- assert await scintillator .y_mm .user_setpoint .get_value () == - 100.855
90+ assert await scintillator .y_mm .user_setpoint .get_value () == 100.855
9191 assert await scintillator .z_mm .user_setpoint .get_value () == 101.5115
9292
9393
@@ -98,7 +98,6 @@ async def test_given_aperture_scatterguard_not_parked_when_set_to_out_position_t
9898 if position != ApertureValue .PARKED :
9999 scintillator , ap_sg = scintillator_and_ap_sg
100100 ap_sg .return_value .selected_aperture .get_value .return_value = position # type: ignore
101- # there is no assert so why does this work
102101 with pytest .raises (ValueError ):
103102 await scintillator .selected_pos .set (InOut .OUT )
104103 with pytest .raises (ValueError ):
You can’t perform that action at this time.
0 commit comments