Skip to content

Commit

Permalink
fix: dataset image url update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengShi-1 committed Jan 3, 2025
1 parent 1bde9a3 commit 4321ffd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/integration/collections/CollectionsRepository.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ describe('CollectionsRepository', () => {
)
expect(actualDatasetPreview.parentCollectionName).toBe(expectedCollectionsName)
expect(actualDatasetPreview.type).toBe(CollectionItemType.DATASET)
expect(actualDatasetPreview.imageUrl).toBe('http://dataverse.com')

expect(actualCollectionPreview.name).toBe(expectedCollectionsName)
expect(actualCollectionPreview.alias).toBe(testSubCollectionAlias)
Expand Down
3 changes: 1 addition & 2 deletions test/testHelpers/TestConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ export class TestConstants {
dsDescriptionValue: 'This is the description of the dataset.'
}
],
subject: ['Medicine, Health and Life Sciences'],
imageUrl: 'http://dataverse.com'
subject: ['Medicine, Health and Life Sciences']
}
}
]
Expand Down

0 comments on commit 4321ffd

Please sign in to comment.