Skip to content

Commit

Permalink
change expected test output
Browse files Browse the repository at this point in the history
  • Loading branch information
csbrasnett committed Oct 23, 2023
1 parent 3c643ae commit 9656689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vermouth/tests/test_annotate_mut_mod.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,6 @@ def test_mod_resid_not_correct(caplog, node_data, edge_data, expected):
annotate_modifications(mol, [], mutation)

if expected:
assert 'GLY with resid 1 not found. No modification made.' in str(caplog.records[0].getMessage())
assert '"GLY1" not found.' in str(caplog.records[0].getMessage())
else:
assert caplog.records == []

0 comments on commit 9656689

Please sign in to comment.