Skip to content

Commit

Permalink
TEST: make specs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Feb 24, 2020
1 parent 4ff9bbf commit b99c6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/interfaces/tests/test_auto_ExportFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def test_ExportFile_inputs():
input_map = dict(
check_extension=dict(),
check_extension=dict(usedefault=True,),
clobber=dict(),
in_file=dict(extensions=None, mandatory=True,),
out_file=dict(extensions=None, mandatory=True,),
Expand Down

0 comments on commit b99c6a3

Please sign in to comment.