Skip to content

Commit

Permalink
test(adapter/bun): fixed conninfo.test.ts (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jun 29, 2024
1 parent ebbaea9 commit cb79f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/bun/conninfo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('getConnInfo', () => {
})
it('should return undefined when addressType is invalid string', () => {
const { server } = createRandomBunServer({ family: 'invalid' })
const c = new Context(new HonoRequest(new Request('http://localhost/')), { env: { server } })
const c = new Context(new Request('http://localhost/'), { env: { server } })

const info = getConnInfo(c)

Expand Down

0 comments on commit cb79f23

Please sign in to comment.