From fe67a68c9523de99a85cbad5ab86ab07d6bdf5cd Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 26 Sep 2023 09:13:19 +0200 Subject: [PATCH] fix typo --- spec/integ/crypto/crypto.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integ/crypto/crypto.spec.ts b/spec/integ/crypto/crypto.spec.ts index 6b9a08cfd..66de6358b 100644 --- a/spec/integ/crypto/crypto.spec.ts +++ b/spec/integ/crypto/crypto.spec.ts @@ -2684,7 +2684,7 @@ describe.each(Object.entries(CRYPTO_BACKENDS))("crypto (%s)", (backend: string, // should be able to restore from 4S const importResult = await aliceClient.restoreKeyBackupWithSecretStorage(check!.backupInfo!); - expect(importReult.imported).toStrictEqual(1); + expect(importResult.imported).toStrictEqual(1); }); it("Reset key backup should create a new backup and update 4S", async () => {