Skip to content

Commit

Permalink
remove ignoreLogged from Micro tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Jun 20, 2024
1 parent 984d516 commit 815cb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/test/Micro.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ describe.concurrent("Micro", () => {
Micro.void
),
Micro.sandbox,
Micro.ignoreLogged
Micro.ignore
)
assert.isTrue(ref)
}))
Expand Down

0 comments on commit 815cb48

Please sign in to comment.