Commit c8c90bb
committed
test(update): use Promise.allSettled for concurrent store operations
Convert Promise.all to Promise.allSettled in update store tests to
ensure all set operations complete even if one fails. This provides
better test error messages and prevents memory leaks.1 parent 04ec7af commit c8c90bb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
| |||
0 commit comments