Skip to content

Commit d7cbfd9

Browse files
branch updated
1 parent 00a5f56 commit d7cbfd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/graphql/types/Event/updater.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ const MockEvent = {
2323
startAt: new Date(),
2424
updatedAt: new Date(),
2525
updaterId: "updater_1",
26+
allDay: false,
27+
isPublic: true,
28+
isRegisterable: true,
29+
location: "Test Location",
2630
};
2731

2832
describe("Event updater resolver - Tests", () => {

0 commit comments

Comments
 (0)