diff --git a/arkane/explorerTest.py b/arkane/explorerTest.py index 9245f49b6c..f95bd15309 100644 --- a/arkane/explorerTest.py +++ b/arkane/explorerTest.py @@ -76,7 +76,7 @@ def test_reactions(self): """ test that the right number of reactions are in output network """ - self.assertEqual(len(self.explorerjob.networks[0].pathReactions), 6) + self.assertEqual(len(self.explorerjob.networks[0].pathReactions), 5) def test_isomers(self): """