1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 13:40:06 +00:00

Test value cleanup

This commit is contained in:
Bernd Schoolmann
2026-02-09 13:09:19 +01:00
parent 127deac3d4
commit 4f42bd5aeb
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ describe("EmergencyAccessService", () => {
const publicKey = new Uint8Array(64);
const mockUserPublicKeyEncryptedUserKey =
"2.mockUserPublicKeyEncryptedUserKey" as UnsignedSharedKey;
"4.mockUserPublicKeyEncryptedUserKey" as UnsignedSharedKey;
keyService.userKey$.mockReturnValue(of(mockUserKey));

View File

@@ -551,7 +551,7 @@ describe("deviceTrustService", () => {
"mockEncryptedDevicePrivateKey",
);
mockEncryptedUserKey = "2.mockEncryptedUserKey" as UnsignedSharedKey;
mockEncryptedUserKey = "4.mockEncryptedUserKey" as UnsignedSharedKey;
jest.clearAllMocks();
});