Skip to content

Commit ba13e02

Browse files
committed
fix typo
1 parent aa826be commit ba13e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/test_scintillator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async def test_given_aperture_scatterguard_parked_when_set_to_out_position_then_
8686
await scintillator.selected_pos.set(InOut.OUT)
8787

8888
await assert_value(scintillator.y_mm.user_setpoint, -0.02)
89-
await assert_value(scintillator.z_mm.user_setpoint, -0.1)
89+
await assert_value(scintillator.z_mm.user_setpoint, 0.1)
9090

9191

9292
async def test_given_aperture_scatterguard_parked_when_set_to_in_position_then_returns_expected(

0 commit comments

Comments
 (0)