Skip to content

Commit fe28886

Browse files
committed
tests fix
1 parent 61039d5 commit fe28886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ describe('CollectionsRepository', () => {
997997
// TODO: uncomment this test when https://github.com/IQSS/dataverse/issues/12027 is fixed
998998
// const expectedDatasetCitationFragment = `Admin, Dataverse; Owner, Dataverse, ${currentYear}, "Dataset created using the createDataset use case`
999999
const expectedDatasetDescription = 'Dataset created using the createDataset use case'
1000-
const expectedFileName = 'test-file-4.tab'
1000+
const expectedFileName = 'test-file-4.tsv'
10011001
const expectedCollectionsName = 'Scientific Research'
10021002

10031003
expect(actualFilePreview.checksum?.type).toBe('MD5')

0 commit comments

Comments
 (0)