Skip to content

Commit 4b49b00

Browse files
committed
Fix test
1 parent e6d23f1 commit 4b49b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_peptidoform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def test_sequential_theoretical_mass_with_x_no_modification_fails(self):
193193

194194
with pytest.raises(
195195
AmbiguousResidueException,
196-
match="Cannot resolve mass for `X` without associated mass modification",
196+
match="Cannot resolve mass for `X` without associated modification",
197197
):
198198
_ = peptidoform.sequential_theoretical_mass
199199

0 commit comments

Comments
 (0)