Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Smart committed Mar 8, 2024
1 parent 34d1a12 commit dcf7365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/test/ManagedRuntime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe.concurrent("ManagedRuntime", () => {
test("provides fiberRefs", async () => {
const layer = Layer.setRequestCaching(true)
const runtime = ManagedRuntime.make(layer)
const run = ManagedRuntime.runPromise(runtime)
const run = ManagedRuntime.runPromise(runtime)
const result = await run(FiberRef.get(FiberRef.currentRequestCacheEnabled))
await ManagedRuntime.dispose(runtime)
assert.strictEqual(result, true)
Expand Down

0 comments on commit dcf7365

Please sign in to comment.