From 8552c64cc23532ca4ad966e3079186f6051b80a3 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 10 Jul 2024 12:11:22 -0600 Subject: [PATCH] test fix forgot to commit --- example/src/tests/groupTests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/src/tests/groupTests.ts b/example/src/tests/groupTests.ts index 09bafb78b..cef98751e 100644 --- a/example/src/tests/groupTests.ts +++ b/example/src/tests/groupTests.ts @@ -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 () => {