Update Test Name

This commit is contained in:
Justin Baur 2024-05-28 08:49:39 -04:00
parent 55676284a2
commit cacd892f6a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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,