Skip to content

Commit

Permalink
Update example/src/tests/groupTests.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Cameron Voell <[email protected]>
  • Loading branch information
nplasterer and cameronvoell authored Feb 21, 2024
1 parent 6d9bd15 commit 6c21178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/tests/groupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ test('can stream all group messages', async () => {
}

alix.conversations.cancelStreamAllGroupMessages()

await delayToPropogate()
await alix.conversations.streamAllGroupMessages(async (message) => {
allMessages.push(message)
})
Expand Down

0 comments on commit 6c21178

Please sign in to comment.