Skip to content

Commit fadedba

Browse files
evhen14acroca
andauthored
Update tests/durabletask/test_task.py
Co-authored-by: Albert Callarisa <[email protected]> Signed-off-by: Yevgen Polyak <[email protected]>
1 parent 1a5793e commit fadedba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)