Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit fadedba

Browse files
evhen14acroca
andauthored
Update tests/durabletask/test_task.py
Co-authored-by: Albert Callarisa <albert@acroca.com> Signed-off-by: Yevgen Polyak <yevgen.polyak@gmail.com>
1 parent 1a5793e commit fadedba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/durabletask/test_task.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ def test_when_any_is_composable_with_when_all():
7777
assert not all_task2.is_complete
7878

7979
c1.complete("one")
80+
81+
assert not any_task.is_complete
82+
assert not all_task1.is_complete
83+
assert not all_task2.is_complete
84+
8085
c2.complete("two")
8186

8287
assert any_task.is_complete

0 commit comments

Comments
 (0)