Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2023
1 parent fbb6082 commit fa9ce45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/workflow_stack_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,4 +1167,4 @@ def workflow(a, b, c):
assert add_distributed.electron_object.get_metadata("executor") is None
assert workflow.get_metadata("executor") == "local"
assert result.status == "COMPLETED"
assert result.result == [6, 6, 6]
assert result.result == [6, 6, 6]

0 comments on commit fa9ce45

Please sign in to comment.