test(core): format wake retry coverage
This commit is contained in:
parent
6ec6593e9e
commit
ab3850d1b4
1 changed files with 3 additions and 3 deletions
|
|
@ -750,10 +750,10 @@ describe("SessionRunCoordinator", () => {
|
|||
yield* coordinator.wake("session", 1)
|
||||
yield* coordinator.wake("session", 2)
|
||||
yield* Deferred.succeed(firstGate, undefined)
|
||||
const idle = yield* coordinator.awaitIdle("session").pipe(Effect.exit)
|
||||
const idle = yield* coordinator.awaitIdle("session").pipe(Effect.exit)
|
||||
|
||||
expect(runs).toBe(3)
|
||||
expect(Exit.isSuccess(idle)).toBeTrue()
|
||||
expect(runs).toBe(3)
|
||||
expect(Exit.isSuccess(idle)).toBeTrue()
|
||||
}),
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue