chore: update test assumption

This commit is contained in:
Greyson LaLonde
2026-01-21 02:26:15 -05:00
parent a4c280574a
commit 1cb515ea20

View File

@@ -1204,7 +1204,8 @@ def test_complex_and_or_branching():
# Final should be after both 2a and 2b
assert execution_order[-1] == "final"
# Note: we don't assert final is last because branch_1c has no downstream
# dependencies and can complete after final due to parallel execution
assert execution_order.index("final") > execution_order.index("branch_2a")
assert execution_order.index("final") > execution_order.index("branch_2b")