Skip to content

Commit 679871d

Browse files
committed
fix aiida
1 parent cae9eee commit 679871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_aiida.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_aiida(self):
3838
x=get_sum_task.outputs.result,
3939
)
4040
write_workflow_json(wg=wg, file_name=workflow_json_filename)
41-
workgraph = load_workflow_json(file_name='workflow.json')
41+
workgraph = load_workflow_json(file_name=workflow_json_filename)
4242
workgraph.run()
4343

4444
self.assertTrue(os.path.exists(workflow_json_filename))

0 commit comments

Comments
 (0)