Skip to content

Commit 577a52e

Browse files
committed
fix: remove unused variable to pass typecheck
1 parent b9222df commit 577a52e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/channels/__tests__/email.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ describe("EmailChannel", () => {
168168
test("rapid disconnect and reconnect does not leak IDLE loops", async () => {
169169
const channel = new EmailChannel(testConfig);
170170
await channel.connect();
171-
const lockCallsBefore = mockGetMailboxLock.mock.calls.length;
172171

173172
await channel.disconnect();
174173
mockGetMailboxLock.mockClear();

0 commit comments

Comments
 (0)