Skip to content

Commit

Permalink
dev: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong145 committed Oct 16, 2024
1 parent fa242f5 commit 2e6e6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/instance_wrapper_runtime_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Deno.test("Timeout should kill worker and Pool should create new worker on next
assertEquals(inst.pool!.threads.length, 0);

const task = inst.execute("foo", {});
const buffer = await task;
await task;

assertEquals(inst.pool!.threads.length, 1);
});
Expand Down

0 comments on commit 2e6e6f7

Please sign in to comment.