We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca71778 commit 1aa6de5Copy full SHA for 1aa6de5
test/rmgpy/molecule/moleculeTest.py
@@ -3093,7 +3093,7 @@ def test_get_relevant_cycles(self):
3093
Test the Molecule.get_relevant_cycles() raises correct error after deprecation.
3094
"""
3095
mol = Molecule(smiles="CCCC")
3096
- with pytest.raises(NotImplementedError):
+ with pytest.raises(RuntimeError):
3097
mol.get_relevant_cycles()
3098
3099
def test_cycle_list_order_sssr(self):
0 commit comments