From 790bd1e2bf9bcd11732a20714171bcc3c6d14167 Mon Sep 17 00:00:00 2001 From: "Timo K." Date: Fri, 28 Aug 2026 15:44:46 +0200 Subject: [PATCH] Update LocalMember.test.ts --- src/state/CallViewModel/localMember/LocalMember.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/state/CallViewModel/localMember/LocalMember.test.ts b/src/state/CallViewModel/localMember/LocalMember.test.ts index 4070e1c0b..9ea6bb72c 100644 --- a/src/state/CallViewModel/localMember/LocalMember.test.ts +++ b/src/state/CallViewModel/localMember/LocalMember.test.ts @@ -165,8 +165,8 @@ describe("LocalMembership", () => { expect(mockedSession.joinRTCSession).toHaveBeenLastCalledWith( expect.any(Object), - expect.any(Array), - undefined, + [], + expect.any(Object), expect.objectContaining({ keyRotationParticipantLimit: 50, }),