Skip to content

Commit

Permalink
fix: tests issues between challenges and daily.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drixares committed Nov 2, 2024
1 parent fd2d8e5 commit 11c0f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/clubs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe("Test clubs", () => {
name: "challenged",
avatarUrl: "https://placehold.co/400",
description: "description",
dailyDate: toDateString()
dailyDate: toDateString(new Date("2024-10-31"))
},
{
"X-ADMIN-KEY": globals.env.ADMIN_TOKEN
Expand All @@ -169,7 +169,7 @@ describe("Test clubs", () => {
avatarUrl: "https://placehold.co/400",
name: "challenged",
description: "description",
dailyDate: toDateISOString(),
dailyDate: toDateISOString(new Date("2024-10-31")),
createdAt: expect.any(String),
updatedAt: expect.any(String)
}
Expand Down

0 comments on commit 11c0f27

Please sign in to comment.