Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Feb 9, 2024
1 parent 60353fd commit 09100f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resolvers/Mutation/createEvent.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ describe("resolvers -> Mutation -> createEvent", () => {
);

let startDate = new Date();
startDate = addMonths(startDate, 1);
startDate = addMonths(startDate, 3);

const args: MutationCreateEventArgs = {
data: {
Expand Down

0 comments on commit 09100f0

Please sign in to comment.