Skip to content

Commit e269e74

Browse files
committed
update failing spec
1 parent 77bcb60 commit e269e74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nipype/interfaces/afni/tests/test_auto_ROIStats.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ def test_ROIStats_inputs():
2525
quiet=dict(argstr='-quiet',
2626
position=1,
2727
),
28-
terminal_output=dict(mandatory=True,
28+
terminal_output=dict(deprecated='1.0.0',
2929
nohash=True,
30-
usedefault=True,
3130
),
3231
)
3332
inputs = ROIStats.input_spec()

0 commit comments

Comments
 (0)