Skip to content

Commit

Permalink
Fix minor error tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laumalo committed Apr 14, 2021
1 parent 1f350e0 commit 31a682a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peleffy/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def test_peleffy_argparse(self):
'Unexpected silent settings were parsed'
assert parsed_args.with_solvent is False, \
'Unexpected with_solvent settings were parsed'
assert parsed_args.chain is 'L',\
assert parsed_args.chain == 'L',\
'Unexpected chain settings were parsed'

# Test silent argument
Expand Down

0 comments on commit 31a682a

Please sign in to comment.