Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
update test dates to check a complete week
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg committed Sep 27, 2023
1 parent e7fa7d0 commit ce860f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/collect_team_stats_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Deno.test("Count only runs from the past week", async () => {
{ id: "R004", runner: "U7777777", distance: 2, rundate: "2023-01-02" },
{ id: "R003", runner: "U0123456", distance: 4, rundate: "2022-12-31" },
{ id: "R002", runner: "U7777777", distance: 6, rundate: "2022-12-31" },
{ id: "R001", runner: "U8888888", distance: 1, rundate: "2022-12-28" },
{ id: "R001", runner: "U8888888", distance: 1, rundate: "2022-12-30" },
];
const { outputs, error } = await CollectTeamStatsFunction(
createContext({ inputs: {} }),
Expand Down

0 comments on commit ce860f7

Please sign in to comment.