Skip to content

Commit

Permalink
redundant line
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Kolevska <[email protected]>
  • Loading branch information
elena-kolevska committed Feb 11, 2025
1 parent 8802d44 commit 16ca420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_orchestration_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ def parent_orchestrator(ctx: task.OrchestrationContext, count: int):
if recurse:
assert activity_counter == 0, "Activity should not have executed with recursive termination"
else:
assert metadata is not None
assert activity_counter == 5, "Activity should have executed without recursive termination"


Expand Down

0 comments on commit 16ca420

Please sign in to comment.