Skip to content

Commit

Permalink
Update test_inparse.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rolan701 authored Nov 21, 2024
1 parent 7765d71 commit 918bcc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_inparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ def test_parseinputfile_empty():
defaults = {'skipANN': False, 'oldANN': False,
'dbvdent': False, 'dbvconns': False,
'dbvhyb': False, 'dbvlinks': False,
'rprompt': False, 'rundir': f'{os.getcwd()}/Runs'}
'rprompt': False, 'rundir': f'{os.getcwd()}/Runs',
'overwrite': False,}

args = Namespace()
parseinputfile(args, inputfile_str=' ')
Expand Down

0 comments on commit 918bcc8

Please sign in to comment.