Skip to content

Commit a6ddc0c

Browse files
committed
update test
1 parent 480ba5c commit a6ddc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/afni/tests/test_auto_NwarpCat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def test_NwarpCat_inputs():
2727
usedefault=True,
2828
),
2929
out_file=dict(argstr='-prefix %s',
30-
name_source='in_file',
31-
name_template='%s_Nwarp',
30+
name_source='in_files',
31+
name_template='%s_NwarpCat',
3232
),
3333
outputtype=dict(),
3434
space=dict(argstr='-space %s',

0 commit comments

Comments
 (0)