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, }),