Update LocalMember.test.ts

This commit is contained in:
Timo K.
2026-08-28 15:44:46 +02:00
parent 17231e545c
commit 790bd1e2bf

View File

@@ -165,8 +165,8 @@ describe("LocalMembership", () => {
expect(mockedSession.joinRTCSession).toHaveBeenLastCalledWith(
expect.any(Object),
expect.any(Array),
undefined,
[],
expect.any(Object),
expect.objectContaining({
keyRotationParticipantLimit: 50,
}),