Skip to content

Commit 0fced4c

Browse files
committed
fix eos test log
1 parent 8d22640 commit 0fced4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/workflow/test_equation_of_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_tasks(
186186
elif expected.get('inconsistent_sizes') is not None:
187187
assert len(workflow.results.energies) == len(workflow.results.volumes)
188188
if 0 < expected.get('n_eos_fit', 0) < len(FUNCTION_NAMES):
189-
assert 'EOS fit unsuccesful.' in errors
189+
assert 'EOS fit unsuccessful.' in errors
190190
assert len(workflow.results.eos_fit) == expected.get('n_eos_fit', 0)
191191

192192
for n, expected_fit in enumerate(expected.get('eos_fit', [])):

0 commit comments

Comments
 (0)