Commit 543bc71
committed
fix(test): use invoke_group in test_multiple_invokes to avoid race
With invoke=[task_a, task_b], each task is a separate invocation that
sends its own done.invoke — the first one triggers the transition and
cancels the second. Using invoke_group ensures both complete before a
single done.invoke is sent.1 parent aa9a572 commit 543bc71
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments