You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix access to deprecated methods in SetupEncryptionStore
(#11107)
* Fix access to deprecated methods in `SetupEncryptionStore` * Updte tests * more tests
This commit is contained in:
committed by
GitHub
parent
a491795aa7
commit
8570f16e31
@ -239,6 +239,7 @@ export function createTestClient(): MatrixClient {
|
||||
setDeviceVerified: jest.fn(),
|
||||
joinRoom: jest.fn(),
|
||||
getSyncStateData: jest.fn(),
|
||||
getDehydratedDevice: jest.fn(),
|
||||
} as unknown as MatrixClient;
|
||||
|
||||
client.reEmitter = new ReEmitter(client);
|
||||
|
Reference in New Issue
Block a user