You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Fix LegacyCallHandler-test (#9552)
This commit is contained in:
@ -86,6 +86,7 @@ export function createTestClient(): MatrixClient {
|
||||
getUserId: jest.fn().mockReturnValue("@userId:matrix.org"),
|
||||
getUser: jest.fn().mockReturnValue({ on: jest.fn() }),
|
||||
getDeviceId: jest.fn().mockReturnValue("ABCDEFGHI"),
|
||||
deviceId: "ABCDEFGHI",
|
||||
getDevices: jest.fn().mockResolvedValue({ devices: [{ device_id: "ABCDEFGHI" }] }),
|
||||
credentials: { userId: "@userId:matrix.org" },
|
||||
|
||||
|
Reference in New Issue
Block a user