From bd94e415e7188feeb25e40f22d9a905839f4229a Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 21 Oct 2025 13:19:38 -0400 Subject: [PATCH] Fix test type errors --- src/rtcSessionHelpers.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rtcSessionHelpers.test.ts b/src/rtcSessionHelpers.test.ts index 2ac61480..543dc83f 100644 --- a/src/rtcSessionHelpers.test.ts +++ b/src/rtcSessionHelpers.test.ts @@ -96,6 +96,7 @@ test("It joins the correct Session", async () => { { encryptMedia: true, useMultiSfu: USE_MUTI_SFU, + preferStickyEvents: false, }, ); @@ -196,6 +197,7 @@ test("It should not fail with configuration error if homeserver config has livek { encryptMedia: true, useMultiSfu: USE_MUTI_SFU, + preferStickyEvents: false, }, ); });