Skip to content

Commit 6dc8eb8

Browse files
committed
tests fix
1 parent 352522b commit 6dc8eb8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ describe('CollectionsRepository', () => {
910910

911911
describe('getCollectionItems for published tabular file', () => {
912912
let testDatasetIds: CreatedDatasetIdentifiers
913-
const testTextFile4Name = 'test-file-4.tsv'
913+
const testTextFile4Name = 'test-file-4.tab'
914914
const testSubCollectionAlias = 'collectionsRepositoryTestSubCollection'
915915

916916
beforeAll(async () => {
@@ -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)