Commit f003231
committed
fix: use load() helper in order tests for proper Effect service resolution
The new order tests called Agent.list() and Agent.get() directly,
which return Effect objects rather than resolved values. All existing
tests use the load() helper which properly provides the Effect service
layer via Effect.runPromise.
This fixes the unit test failures on both linux and windows CI.1 parent ad7a9e3 commit f003231
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
0 commit comments