Skip to content

Commit

Permalink
fix: dates for ut
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Jan 24, 2025
1 parent bec412b commit ede3740
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const GEO2FRANCE_REUSE_ROILAYE_RECORD: ReuseRecord = {
kind: 'reuse',
otherLanguages: [],
defaultLanguage: 'fr',
recordUpdated: new Date('2022-12-08T15:06:54.000Z'),
resourceCreated: new Date('2019-12-30T23:00:00.000Z'),
recordUpdated: new Date('2022-12-08T16:06:54.000Z'),
resourceCreated: new Date('2019-12-31T00:00:00.000Z'),
title: 'Photographie aérienne 2021 sur la commune de Saint-Etienne-Roilaye',
abstract:
'Orthophotoplan 2021 sur le territoire de la commune de Saint-Etienne-Roilaye.',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const WALLONIE_REUSE_SPW_RECORD: ReuseRecord = {
kind: 'reuse',
otherLanguages: [],
defaultLanguage: 'fr',
recordCreated: new Date('2019-04-02T10:31:52.000Z'),
recordCreated: new Date('2019-04-02T12:31:52.000Z'),
recordUpdated: new Date('2024-07-22T11:52:39.049Z'),
resourceCreated: new Date('2017-06-01T00:00:00.000Z'),
resourcePublished: new Date('2018-04-01T00:00:00.000Z'),
Expand Down

0 comments on commit ede3740

Please sign in to comment.