Skip to content

Commit 50bdf06

Browse files
committed
update unit tests
1 parent c974abe commit 50bdf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/eventPost.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test("Sad path: Prevent empty body request", async () => {
6363
error: true,
6464
name: "ValidationError",
6565
id: 104,
66-
message: "Required",
66+
message: `Required at "title"; Required at "description"; Required at "start"; Required at "location"; Required at "host"`,
6767
});
6868
});
6969
test("Sad path: Prevent specifying repeatEnds on non-repeating events", async () => {

0 commit comments

Comments
 (0)