Skip to content

Commit 0998e5e

Browse files
committed
Run make specs to fix auto test
1 parent 4ae194f commit 0998e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/tests/test_auto_FUGUE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_FUGUE_inputs():
6262
requires=['fmap_out_file'],
6363
),
6464
save_unmasked_shift=dict(argstr='--unmaskshift',
65-
requires=['shift_out_file'],
65+
requires=['save_shift'],
6666
),
6767
shift_in_file=dict(argstr='--loadshift=%s',
6868
),

0 commit comments

Comments
 (0)