Skip to content

Commit b75ae1e

Browse files
committed
test: fix unit test
1 parent 6c9158a commit b75ae1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/testHelpers/datasets/datasetPreviewHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const createDatasetPreviewModel = (): DatasetPreview => {
2727
},
2828
citation: DATASET_CITATION,
2929
description: 'test',
30+
publicationDate: DATASET_RELEASE_TIME_STR,
3031
publicationStatuses: [PublicationStatus.Draft, PublicationStatus.Unpublished],
3132
parentCollectionAlias: 'parentCollection',
3233
parentCollectionName: 'Parent Collection',

0 commit comments

Comments
 (0)