chore: generate
This commit is contained in:
parent
499e8e4b78
commit
0df2f5b45f
2 changed files with 3 additions and 11 deletions
|
|
@ -269,10 +269,7 @@ it.live("InstanceState correct after interleaved init and dispose", () =>
|
|||
expect(a).toBe(one)
|
||||
|
||||
const [, b] = yield* Effect.all(
|
||||
[
|
||||
reloadInstance({ directory: one }),
|
||||
Test.use((svc) => svc.get()).pipe(provideInstanceEffect(two)),
|
||||
],
|
||||
[reloadInstance({ directory: one }), Test.use((svc) => svc.get()).pipe(provideInstanceEffect(two))],
|
||||
{ concurrency: "unbounded" },
|
||||
)
|
||||
expect(b).toBe(two)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue