Skip to content

Commit 35ea635

Browse files
committed
TEST/FIX: Bad input value now causing problems
1 parent 8db5b25 commit 35ea635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def test_datasink_substitutions(tmpdir):
465465
files.append(f)
466466
open(f, "w")
467467
ds = nio.DataSink(
468-
parametrization=False,
468+
parameterization=False,
469469
base_directory=str(outdir),
470470
substitutions=[("ababab", "ABABAB")],
471471
# end archoring ($) is used to assure operation on the filename

0 commit comments

Comments
 (0)