Skip to content

Commit cfb19c4

Browse files
committed
forgot make specs
1 parent 02b7dfd commit cfb19c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_auto_ActivationCount.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_ActivationCount_inputs():
1111
usedefault=True,
1212
),
1313
in_files=dict(mandatory=True, ),
14-
threshold=dict(usedefault=True, ),
14+
threshold=dict(mandatory=True, ),
1515
)
1616
inputs = ActivationCount.input_spec()
1717

0 commit comments

Comments
 (0)