1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-08 20:50:28 +00:00
This commit is contained in:
Bernd Schoolmann
2025-10-24 11:03:33 +02:00
parent 4a5aeb2198
commit 99097dae19

View File

@@ -126,10 +126,6 @@ describe("DefaultMasterPasswordUnlockService", () => {
);
expect(masterPasswordService.setMasterKeyHash).toHaveBeenCalledWith(mockKeyHash, mockUserId);
expect(masterPasswordService.setMasterKey).toHaveBeenCalledWith(mockMasterKey, mockUserId);
expect(kdfService.setKdfConfig).toHaveBeenCalledWith(
mockUserId,
mockMasterPasswordUnlockData.kdf,
);
});
it("throws an error if masterKey construction fails", async () => {