From cacd892f6a5022e953bf48d9f02a3f7ca9dafafa Mon Sep 17 00:00:00 2001 From: Justin Baur <19896123+justindbaur@users.noreply.github.com> Date: Tue, 28 May 2024 08:49:39 -0400 Subject: [PATCH] Update Test Name --- libs/common/src/platform/services/crypto.service.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/src/platform/services/crypto.service.spec.ts b/libs/common/src/platform/services/crypto.service.spec.ts index bc65cdeeb7..1b88922ca5 100644 --- a/libs/common/src/platform/services/crypto.service.spec.ts +++ b/libs/common/src/platform/services/crypto.service.spec.ts @@ -365,7 +365,7 @@ describe("cryptoService", () => { return [fakeUserKey, fakeMasterKey]; } - it("will return users decrypted private key when legacy support set to %legacySupport and user hasUserKey = $hasUserKey and user hasMasterKey = $hasMasterKey", async () => { + it("will return users decrypted private key when user has a user key and encrypted private key set", async () => { const [userKey] = setupKeys({ makeMasterKey: false, makeUserKey: true,