Skip to content

Commit ff3390b

Browse files
committed
FIX: fix test iteration 2
1 parent 2b8e960 commit ff3390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/tests/test_auto_GTMPVC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def test_GTMPVC_inputs():
163163
argstr="--save-yhat0",
164164
),
165165
save_yhat_full_fov=dict(
166-
argstr="--save-yhat-fullfov",
166+
argstr="--save-yhat-full-fov",
167167
),
168168
save_yhat_with_noise=dict(
169169
argstr="--save-yhat-with-noise",

0 commit comments

Comments
 (0)