Skip to content

Commit

Permalink
Update multipleConnections.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Oct 30, 2023
1 parent 24aa6aa commit 0618d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/multipleConnections.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ describe('test with multiple users', () => {

await waitForNewMessage(5)
expect(messages.length).toBe(5)
expect(messages[0]).toMatch('disconnected')
expect(['disconnected', 'closed']).toContain(messages[0])
await pause()
})

Expand Down

0 comments on commit 0618d65

Please sign in to comment.