mirror of
https://github.com/bitwarden/browser
synced 2026-01-22 04:13:49 +00:00
chore(merge): Fixed date initialization on test
This commit is contained in:
@@ -107,7 +107,7 @@ describe("LoginDecryptionOptionsComponent", () => {
|
||||
email: mockEmail,
|
||||
name: "Test User",
|
||||
emailVerified: true,
|
||||
creationDate: new Date().toISOString(),
|
||||
creationDate: new Date(),
|
||||
});
|
||||
platformUtilsService.getClientType.mockReturnValue(ClientType.Browser);
|
||||
deviceTrustService.getShouldTrustDevice.mockResolvedValue(true);
|
||||
|
||||
Reference in New Issue
Block a user