Skip to content

Commit

Permalink
adjusting test case
Browse files Browse the repository at this point in the history
  • Loading branch information
gianmarco-terrones committed Oct 24, 2024
1 parent 7c1cf6a commit f56041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def test_parseinputs_advanced(monkeypatch):
defaults = dict(MLbonds=False, antigeoisomer=None, calccharge=True,
charge=None, decoration=False, decoration_index=False,
distort='0', genall=False, isomers=None, langles=False,
ligalign=False, nconfs='1', oldANN=None, pangles=False,
ligalign=False, nconfs='1', no_tabs=False, oldANN=None, pangles=False,
reportonly=None, scoreconfs=False, stereos=None,
jobmanager=False)
assert args.__dict__ == defaults
Expand Down

0 comments on commit f56041b

Please sign in to comment.