mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
Fix test
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user