mirror of
https://github.com/bitwarden/browser
synced 2026-02-10 13:40:06 +00:00
Test value cleanup
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
@@ -551,7 +551,7 @@ describe("deviceTrustService", () => {
|
||||
"mockEncryptedDevicePrivateKey",
|
||||
);
|
||||
|
||||
mockEncryptedUserKey = "2.mockEncryptedUserKey" as UnsignedSharedKey;
|
||||
mockEncryptedUserKey = "4.mockEncryptedUserKey" as UnsignedSharedKey;
|
||||
|
||||
jest.clearAllMocks();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user