Skip to content

Commit 49853ac

Browse files
committed
Updated autogenerated test
1 parent a650cd7 commit 49853ac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

nipype/interfaces/tests/test_auto_MultipleSelectInterface.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
from nipype.interfaces.utility import MultipleSelectInterface
44

55
def test_MultipleSelectInterface_inputs():
6-
input_map = dict(ignore_exception=dict(nohash=True,
7-
usedefault=True,
8-
),
9-
index=dict(mandatory=True,
6+
input_map = dict(index=dict(mandatory=True,
107
),
118
)
129
inputs = MultipleSelectInterface.input_spec()

0 commit comments

Comments
 (0)