Skip to content

Commit

Permalink
fix scope-ref test
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored and gcanti committed Jul 3, 2024
1 parent 2a40aca commit 28e0a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/effect/test/Effect/scope-ref.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ describe("Effect", () => {
)

assert.deepStrictEqual(messages, [
"1 | acquire | A > INNER > OUTER > EXTERN",
"1 | release | R > INNER > OUTER > EXTERN"
["1 | acquire | A > INNER > OUTER > EXTERN"],
["1 | release | R > INNER > OUTER > EXTERN"]
])
}))
})

0 comments on commit 28e0a06

Please sign in to comment.