Skip to content

Commit fdb14a1

Browse files
author
Colin Grambow
committed
Update output test
1 parent db7a55a commit fdb14a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arkane/outputTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_prettify(self):
6464
with open(os.path.join(benzyl_path, 'output.py'), 'r') as f:
6565
lines = f.readlines()
6666
self.assertIn('conformer(\n', lines)
67-
self.assertIn(" E0 = (193.749, 'kJ/mol'),\n", lines)
67+
self.assertIn(" E0 = (195.161, 'kJ/mol'),\n", lines)
6868
self.assertIn('thermo(\n', lines)
6969
self.assertIn(" Cp0 = (33.2579, 'J/(mol*K)'),\n", lines)
7070

0 commit comments

Comments
 (0)