chore(merge): Fixed date initialization on test

pull/17998/head^2
Todd Martin 5 months ago committed by GitHub
parent 91991d2da6
commit 5c13b07366
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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);

Loading…
Cancel
Save