Skip to content

Commit

Permalink
Add newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 10, 2023
1 parent 3abc1ce commit f509b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,4 +1032,4 @@ def capitalize(s):
flow = Flow([job1, job2])

responses = run_locally(flow, ensure_success=True)
assert responses[job2.uuid][1].output == "WORLD"
assert responses[job2.uuid][1].output == "WORLD"

0 comments on commit f509b0f

Please sign in to comment.