Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jan 12, 2025
1 parent c974abe commit 50bdf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/eventPost.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test("Sad path: Prevent empty body request", async () => {
error: true,
name: "ValidationError",
id: 104,
message: "Required",
message: `Required at "title"; Required at "description"; Required at "start"; Required at "location"; Required at "host"`,
});
});
test("Sad path: Prevent specifying repeatEnds on non-repeating events", async () => {
Expand Down

0 comments on commit 50bdf06

Please sign in to comment.