Skip to content

Commit 7415c98

Browse files
committed
fix typo
1 parent 0ac7c0f commit 7415c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/chopper_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_phase():
103103
close=sc.array(dims=['cutout'], values=[20.0], unit='deg'),
104104
phase=0.0 * deg,
105105
distance=10.0 * meter,
106-
name='choppe1',
106+
name='chopper1',
107107
)
108108
topen1, tclose1 = chopper1.open_close_times(0.0 * sec)
109109
chopper2 = tof.Chopper(

0 commit comments

Comments
 (0)