1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-23 22:42:10 +03:00

fix more underscored accesses

This commit is contained in:
Michael Telatynski
2021-06-23 15:02:01 +01:00
parent 664d920dd1
commit e9007429dd
5 changed files with 18 additions and 19 deletions

View File

@@ -257,7 +257,7 @@ describe("MegolmDecryption", function() {
});
it("re-uses sessions for sequential messages", async function() {
mockCrypto._backupManager = {
mockCrypto.backupManager = {
backupGroupSession: () => {},
};
const mockStorage = new MockStorageApi();