We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d23f1 commit 4b49b00Copy full SHA for 4b49b00
tests/test_peptidoform.py
@@ -193,7 +193,7 @@ def test_sequential_theoretical_mass_with_x_no_modification_fails(self):
193
194
with pytest.raises(
195
AmbiguousResidueException,
196
- match="Cannot resolve mass for `X` without associated mass modification",
+ match="Cannot resolve mass for `X` without associated modification",
197
):
198
_ = peptidoform.sequential_theoretical_mass
199
0 commit comments