Skip to content

Commit

Permalink
feat(lib): rm a flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-suwala committed Oct 27, 2023
1 parent e35859b commit 2b646d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tests/channel.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,6 @@ describe("Channel test", () => {
await membership.setLastReadMessageTimetoken(message.timetoken)
await sleep(150) // history calls have around 130ms of cache time

expect(mockCallback).toHaveBeenCalledTimes(2)
expect(mockCallback).toHaveBeenCalledWith({ [timetoken]: ["test-user"] })

stopReceipts()
Expand Down

0 comments on commit 2b646d0

Please sign in to comment.