Skip to content

Commit 2f5a3a1

Browse files
committed
update ForceFieldTaskDocument to ForceFieldStructureTaskDocument
1 parent d8592fd commit 2f5a3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/forcefields/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def test_matpes_relax_makers(
647647
resp = run_locally(job)
648648
output = resp[job.uuid][1].output
649649

650-
assert isinstance(output, ForceFieldTaskDocument)
650+
assert isinstance(output, ForceFieldStructureTaskDocument)
651651

652652
ref = refs[ref_func]
653653
assert output.output.energy == approx(ref["energy"])

0 commit comments

Comments
 (0)