Skip to content

Commit

Permalink
test retrieve
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed Mar 4, 2024
1 parent afe1f37 commit d042bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/recruitment-session.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ describe("Recruitment Session", () => {
slotDuration: 5,
interviewStart: "11:55" as unknown as Date,
interviewEnd: "16:30" as unknown as Date,
days: [new Date("2024-12-23"), new Date("2024-12-23")],
lastModified: new Date("2023-10-20 15:10"),
days: ["2024-12-23" as unknown as Date, "2024-12-23" as unknown as Date],
lastModified: "2023-10-20 15:10" as unknown as Date,
};

it("should allow a valid recruitment session", () => {
Expand Down

0 comments on commit d042bec

Please sign in to comment.