Skip to content

Commit 5cebe22

Browse files
committed
fixing the test
1 parent 534a6a0 commit 5cebe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/tests/test_preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_mandatory_outvol(create_files_in_directory):
132132
base, ext2 = os.path.splitext(base)
133133
ext = ext2 + ext
134134

135-
assert mni.cmdline == ('mri_nu_correct.mni --n 4 --i %s --o %s_output%s' %
135+
assert mni.cmdline == ('mri_nu_correct.mni --i %s --n 4 --o %s_output%s' %
136136
(filelist[0], base, ext))
137137

138138
# test with custom outfile

0 commit comments

Comments
 (0)