mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 00:53:22 +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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user