Skip to content

Commit

Permalink
fixing more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler-frost committed Dec 11, 2023
1 parent d8b2179 commit 9483dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/covalent_tests/workflow/electron_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,6 @@ def task(x):

# Making sure all kinds of inputs are converted to DepsModule
# and then to its transportable form of a dictionary
for cb in task.electron_object.metadata["call_before"]:
for cb in task.electron_object.metadata["hooks"]["call_before"]:
assert cb["short_name"] == "depsmodule"
assert cb["attributes"]["pickled_module"]["type"] == "TransportableObject"

0 comments on commit 9483dc7

Please sign in to comment.