Skip to content

Commit 4321ffd

Browse files
committed
fix: dataset image url update
1 parent 1bde9a3 commit 4321ffd

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ describe('CollectionsRepository', () => {
399399
)
400400
expect(actualDatasetPreview.parentCollectionName).toBe(expectedCollectionsName)
401401
expect(actualDatasetPreview.type).toBe(CollectionItemType.DATASET)
402-
expect(actualDatasetPreview.imageUrl).toBe('http://dataverse.com')
403402

404403
expect(actualCollectionPreview.name).toBe(expectedCollectionsName)
405404
expect(actualCollectionPreview.alias).toBe(testSubCollectionAlias)

test/testHelpers/TestConstants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ export class TestConstants {
8989
dsDescriptionValue: 'This is the description of the dataset.'
9090
}
9191
],
92-
subject: ['Medicine, Health and Life Sciences'],
93-
imageUrl: 'http://dataverse.com'
92+
subject: ['Medicine, Health and Life Sciences']
9493
}
9594
}
9695
]

0 commit comments

Comments
 (0)