Skip to content

Commit

Permalink
test fix forgot to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Jul 10, 2024
1 parent 90828ef commit 8552c64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/src/tests/groupTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,8 @@ test('unpublished messages handling', async () => {
if (preparedMessageId !== messages[0].id) {
throw new Error(`Message ID should match the prepared message ID`)
}

return true
})

test('can add members to a group', async () => {
Expand Down

0 comments on commit 8552c64

Please sign in to comment.