Skip to content

Commit 1aa6de5

Browse files
committed
update expected error type
1 parent ca71778 commit 1aa6de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rmgpy/molecule/moleculeTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3093,7 +3093,7 @@ def test_get_relevant_cycles(self):
30933093
Test the Molecule.get_relevant_cycles() raises correct error after deprecation.
30943094
"""
30953095
mol = Molecule(smiles="CCCC")
3096-
with pytest.raises(NotImplementedError):
3096+
with pytest.raises(RuntimeError):
30973097
mol.get_relevant_cycles()
30983098

30993099
def test_cycle_list_order_sssr(self):

0 commit comments

Comments
 (0)