Skip to content

Commit

Permalink
test patch
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x committed Nov 3, 2024
1 parent be25b6b commit 8339b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/cloudflare-workers/websocket.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('upgradeWebSocket middleware', () => {
})
)

expect([sendingData, 1]).toBe(await wsPromise)
expect([sendingData, 1]).toStrictEqual(await wsPromise)
})
it('Should call next() when header does not have upgrade', async () => {
const next = vi.fn()
Expand Down

0 comments on commit 8339b84

Please sign in to comment.