Skip to content

Commit 7e5769a

Browse files
veraekraffmiller
andauthored
fix: apply suggestions from code review
Co-authored-by: Ellen Kraffmiller <ekraffmiller@g.harvard.edu>
1 parent 3a32476 commit 7e5769a

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/datasets/domain/models/DatasetVersion.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export interface DatasetVersion {
2020
citationDate: string
2121
license: DatasetLicense
2222
fileAccessRequest: boolean
23-
files?: Array<FilePayload>
2423
metadataBlocks?: DatasetMetadataBlocks
2524
}
2625

test/integration/datasets/DatasetsRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1746,7 +1746,7 @@ describe('DatasetsRepository', () => {
17461746
expect(allVersions.totalCount).toBe(22)
17471747

17481748
await deletePublishedDatasetViaApi(testDatasetIds.persistentId)
1749-
}, 180000)
1749+
}, 5000)
17501750
})
17511751

17521752
describe('getDatasetDownloadCount', () => {

0 commit comments

Comments
 (0)