Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
luismedel committed Nov 15, 2024
1 parent c93d8d2 commit ada12d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -816,4 +816,4 @@ def test_docker_file_download_failed(temp_file: FileIO) -> None:

assert wf.jobs["test_job"].failed
assert wf.jobs["test_job"].steps["step_1"].failed
assert wf.get_value("jobs.test_job.steps.step_2.stdout", "not run") == "not run"
assert wf.get_value("jobs.test_job.steps.step_2.stdout") == ""

0 comments on commit ada12d0

Please sign in to comment.