Skip to content

Commit 25415e4

Browse files
committed
fix: update test to include mandatory input
1 parent 44c4c9a commit 25415e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/interfaces/workbench/tests/test_auto_MetricResample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def test_MetricResample_inputs():
4545
),
4646
method=dict(
4747
argstr='%s',
48+
mandatory=True,
4849
position=3,
4950
),
5051
metric_out=dict(

0 commit comments

Comments
 (0)