Skip to content

Commit

Permalink
Fix tests after removing --verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Apr 16, 2021
1 parent d41ed43 commit 781e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrisapp/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_save_input_meta(self):
expected_input_meta_dict = {'json': False, 'meta': False, 'outputdir': outputdir,
'saveinputmeta': False, 'inputmeta': None,
'inputdir': inputdir, 'saveoutputmeta': False,
'savejson': None, 'verbosity': '0', 'man': False}
'savejson': None, 'man': False}
if success:
with open(os.path.join(outputdir, 'input.meta.json')) as meta_file:
input_meta_dict = json.load(meta_file)
Expand Down

0 comments on commit 781e0bb

Please sign in to comment.