Skip to content

Commit 2f1ae6b

Browse files
committed
get rid of comment!
1 parent 108915f commit 2f1ae6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/devices/test_scintillator.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)