Skip to content

Commit 13edf84

Browse files
committed
fixed tests
1 parent f03dec0 commit 13edf84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/utils/tests/test_cmd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_run_4d_realign_without_arguments(self):
8888
self.assertEqual(stderr.getvalue(),
8989
"""usage: nipype_cmd nipype.interfaces.nipy FmriRealign4d [-h]
9090
[--between_loops [BETWEEN_LOOPS [BETWEEN_LOOPS ...]]]
91-
[--ignore_exception IGNORE_EXCEPTION]
91+
[--ignore_exception]
9292
[--loops [LOOPS [LOOPS ...]]]
9393
[--slice_order SLICE_ORDER]
9494
[--speedup [SPEEDUP [SPEEDUP ...]]]
@@ -113,4 +113,4 @@ def test_run_4d_realign_help(self):
113113
self.assertTrue("Run FmriRealign4d" in stdout.getvalue())
114114

115115
if __name__ == '__main__':
116-
unittest.main()
116+
unittest.main()

0 commit comments

Comments
 (0)