Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Sep 27, 2024
1 parent cd9850a commit 38eac9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integration-tests/test/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ guard(describe, polyfilledOrNative)('request', () => {
})

test('parses and reconstructs the URL alone', () => {
const url = 'https://vercel.com/foo/bar?one=value'
const url = new URL('https://vercel.com/foo/bar?one=value')
const req = new Request(url)
expect(req.url).toEqual(url)
})
Expand Down

0 comments on commit 38eac9f

Please sign in to comment.