diff --git a/spec/unit/rust-crypto/rust-crypto.spec.ts b/spec/unit/rust-crypto/rust-crypto.spec.ts index e1aab536dc3..e7cbdb2c659 100644 --- a/spec/unit/rust-crypto/rust-crypto.spec.ts +++ b/spec/unit/rust-crypto/rust-crypto.spec.ts @@ -65,6 +65,7 @@ describe("initRustCrypto", () => { registerRoomKeyUpdatedCallback: jest.fn(), registerUserIdentityUpdatedCallback: jest.fn(), getSecretsFromInbox: jest.fn().mockResolvedValue(["dGhpc2lzYWZha2VzZWNyZXQ="]), + deleteSecretsFromInbox: jest.fn(), registerReceiveSecretCallback: jest.fn(), outgoingRequests: jest.fn(), } as unknown as Mocked;