mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Update LocalMember.test.ts
This commit is contained in:
@@ -165,8 +165,8 @@ describe("LocalMembership", () => {
|
|||||||
|
|
||||||
expect(mockedSession.joinRTCSession).toHaveBeenLastCalledWith(
|
expect(mockedSession.joinRTCSession).toHaveBeenLastCalledWith(
|
||||||
expect.any(Object),
|
expect.any(Object),
|
||||||
expect.any(Array),
|
[],
|
||||||
undefined,
|
expect.any(Object),
|
||||||
expect.objectContaining({
|
expect.objectContaining({
|
||||||
keyRotationParticipantLimit: 50,
|
keyRotationParticipantLimit: 50,
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user