Skip to content

Commit

Permalink
feat: default sync and syncGroups for group functions
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Feb 21, 2024
1 parent 7995a60 commit 0e37f73
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 @@ -106,7 +106,7 @@ test('can message in a group', async () => {
})

// Alice's num groups start at 0
let aliceGroups = await aliceClient.conversations.listGroups(false)
let aliceGroups = await aliceClient.conversations.listGroups()
if (aliceGroups.length !== 0) {
throw new Error('num groups should be 0')
}
Expand Down

0 comments on commit 0e37f73

Please sign in to comment.