diff --git a/src/adapter/bun/conninfo.test.ts b/src/adapter/bun/conninfo.test.ts index b0a5096f..9c76512e 100644 --- a/src/adapter/bun/conninfo.test.ts +++ b/src/adapter/bun/conninfo.test.ts @@ -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)