Skip to content

Commit

Permalink
chore: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Oct 13, 2023
1 parent 610ae3f commit 44d6f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/tests/utils/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const commonOrganismeAttributes: Omit<{ [key in keyof Organisme]: Organis
created_at: new Date("2023-04-12T18:00:00.000Z"),
updated_at: new Date("2023-04-12T18:00:00.000Z"),
est_dans_le_referentiel: STATUT_PRESENCE_REFERENTIEL.PRESENT,
last_transmission_date: new Date("2023-04-15T18:00:00.000Z"),
last_transmission_date: new Date("2023-08-15T18:00:00.000Z"),
};

export const organismes: WithId<Organisme>[] = [
Expand Down

0 comments on commit 44d6f77

Please sign in to comment.