Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sugh01 committed May 29, 2024
1 parent c51a147 commit 5a8f447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ensjs/src/utils/ccipBatchRequest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ it('handles and correctly returns HttpRequestError', async () => {
res.writeHead(404)
res.end()
})
const { close, url } = await createHttpServer(handler)
const { url } = await createHttpServer(handler)
const items = [
['0x8464135c8F25Da09e49BC8782676a84730C318bC', [url], '0xdeadbeef'],
] as const
Expand Down

0 comments on commit 5a8f447

Please sign in to comment.