Skip to content

Commit 7e8d871

Browse files
committed
fix auto tests
1 parent febf69d commit 7e8d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/algorithms/tests/test_auto_FramewiseDisplacement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_FramewiseDisplacement_inputs():
1010
ignore_exception=dict(nohash=True,
1111
usedefault=True,
1212
),
13-
in_plots=dict(mandatory=True,
13+
in_file=dict(mandatory=True,
1414
),
1515
normalize=dict(usedefault=True,
1616
),

0 commit comments

Comments
 (0)