Skip to content

Commit a27c624

Browse files
committed
updated test for Copy
1 parent 8c4b425 commit a27c624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/afni/tests/test_auto_Copy.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ def test_Copy_inputs():
1616
mandatory=True,
1717
position=-2,
1818
),
19-
out_file=dict(argstr='-prefix %s',
19+
out_file=dict(argstr='%s',
2020
name_source='in_file',
2121
name_template='%s_copy',
22+
position=-1,
2223
),
2324
outputtype=dict(),
2425
terminal_output=dict(nohash=True,

0 commit comments

Comments
 (0)