Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Nov 8, 2024
1 parent b18831f commit e3c9dfd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/fetch/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,11 +205,11 @@ test(
server.listen(0)
await once(server, 'listening')

const client = new Client(`https://localhost:${server.address().port}`, {
connect: {
rejectUnauthorized: false
}
})
const client = new Client(`https://localhost:${server.address().port}`, {
connect: {
rejectUnauthorized: false
}
})

t.after(closeClientAndServerAsPromise(client, server))

Expand Down

0 comments on commit e3c9dfd

Please sign in to comment.