Skip to content

Commit

Permalink
Update arkane/explorerTest.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajocher authored and mliu49 committed May 30, 2019
1 parent 318e074 commit d59da68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arkane/explorerTest.py
Expand Up @@ -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):
"""
Expand Down

0 comments on commit d59da68

Please sign in to comment.