Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
ale-mazz committed Jan 9, 2025
1 parent 532ca97 commit 121ebcc
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ describe("itwIsDiscoveryBannerHiddenSelector", () => {
});

describe("itwRequestedCredentialsSelector", () => {
it("should return the list of requested credentials in the past 7 days", () => {
MockDate.set("2024-11-14T20:43:21.361Z");
it("should return the list of requested credentials in the past 24 hours", () => {
MockDate.set("2023-11-15T20:43:21.361Z");

const globalState = appReducer(undefined, applicationChangeState("active"));

Expand All @@ -62,7 +62,7 @@ describe("itwRequestedCredentialsSelector", () => {
requestedCredentials: {
MDL: "2023-11-14T20:43:21.362Z",
EuropeanDisabilityCard: "2023-11-14T20:43:21.360Z",
EuropeanHealthInsuranceCard: "2023-11-10T20:43:21.361Z"
EuropeanHealthInsuranceCard: "2023-11-14T20:43:21.361Z"
}
})
)
Expand Down

0 comments on commit 121ebcc

Please sign in to comment.