Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-dange committed May 3, 2024
1 parent 049c9c6 commit d410029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/data/EventFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export class EventFactory {
deleted: false,
eventLink: faker.internet.url(),
thumbnail: FactoryUtils.getRandomImageUrl(),
discordEvent: uuid(),
googleCalendarEvent: uuid(),
discordEvent: faker.datatype.hexaDecimal(10) ,
googleCalendarEvent: faker.datatype.hexaDecimal(10),
});
return EventModel.merge(fake, substitute);
}
Expand Down

0 comments on commit d410029

Please sign in to comment.