Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Oct 24, 2023
1 parent 5a11828 commit 3f9fecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_reference.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_cp2k_success(context, cp2k_reference):
dataset = Dataset([atoms])
evaluated = cp2k_reference.evaluate(dataset[0])
assert isinstance(evaluated, AppFuture)
assert evaluated.result().reference_statuss
assert evaluated.result().reference_status
assert Path(evaluated.result().reference_stdout).is_file()
assert Path(evaluated.result().reference_stderr).is_file()
assert "energy" in evaluated.result().info.keys()
Expand Down

0 comments on commit 3f9fecf

Please sign in to comment.