From 1a425af3f2dbe4c26bc5ef7146ea0c8da06b6b5f Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 7 Feb 2019 15:51:51 +0000 Subject: [PATCH] Pass backup info here too --- spec/unit/crypto/backup.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/unit/crypto/backup.spec.js b/spec/unit/crypto/backup.spec.js index 9610a668f..29503e4a2 100644 --- a/spec/unit/crypto/backup.spec.js +++ b/spec/unit/crypto/backup.spec.js @@ -460,6 +460,7 @@ describe("MegolmBackup", function() { }; return client.restoreKeyBackupWithRecoveryKey( "EsTc LW2K PGiF wKEA 3As5 g5c4 BXwk qeeJ ZJV8 Q9fu gUMN UE4d", + null, null, BACKUP_INFO, ).then(() => { return megolmDecryption.decryptEvent(ENCRYPTED_EVENT); }).then((res) => {