Skip to content

Commit

Permalink
removed negative testing of update_mod_masses
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Jul 31, 2024
1 parent 5a35b61 commit 623f586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit_tests/test_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ def test_update_mod_masses(self):
updated_mods.update({"[UNIMOD:737]": 229.1628})
self.assertEqual(c.update_mod_masses(custom_mods), updated_mods)

"""
def test_update_mod_masses_error(self):
"""Test update_mod_masses."""
""Test update_mod_masses.""
custom_mods = {"stat_mods": {"57.0215": ("[UNIMOD:275]", "MOD")}}
self.assertRaises(AssertionError, c.update_mod_masses, custom_mods)
"""

0 comments on commit 623f586

Please sign in to comment.