Skip to content

Commit 8916a8a

Browse files
committed
tests fix
1 parent 4f7d4b5 commit 8916a8a

2 files 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
@@ -910,7 +910,7 @@ describe('CollectionsRepository', () => {
910910

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

916916
beforeAll(async () => {

0 commit comments

Comments
 (0)