We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c9158a commit b75ae1eCopy full SHA for b75ae1e
test/testHelpers/datasets/datasetPreviewHelper.ts
@@ -27,6 +27,7 @@ export const createDatasetPreviewModel = (): DatasetPreview => {
27
},
28
citation: DATASET_CITATION,
29
description: 'test',
30
+ publicationDate: DATASET_RELEASE_TIME_STR,
31
publicationStatuses: [PublicationStatus.Draft, PublicationStatus.Unpublished],
32
parentCollectionAlias: 'parentCollection',
33
parentCollectionName: 'Parent Collection',
0 commit comments