1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

Update Test Name

This commit is contained in:
Justin Baur
2024-05-28 08:49:39 -04:00
parent 55676284a2
commit cacd892f6a

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,