Skip to content

Commit 07d639f

Browse files
committed
feat: remove logs and spacing
1 parent 47e919d commit 07d639f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test/functional/collections/UpdateCollectionFeaturedItems.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ describe('execute', () => {
8787
await publishDatasetViaApi(testDatasetIds.numericId)
8888
await waitForNoLocks(testDatasetIds.numericId, 10)
8989
} catch (error) {
90-
console.log(error)
9190
throw new Error('Tests beforeAll(): Error while creating test data')
9291
}
9392
})
@@ -277,7 +276,6 @@ describe('execute', () => {
277276

278277
testFeaturedItemId = featuredItemCreated.id
279278
} catch (error) {
280-
console.log(JSON.stringify(error, null, 2))
281279
throw new Error(`Error while creating collection featured item in ${testCollectionAlias}`)
282280
}
283281
})

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,7 @@ describe('CollectionsRepository', () => {
14781478
expect(featuredItemsResponseAfterDeletion).toStrictEqual([])
14791479
})
14801480
})
1481+
14811482
describe('getMyDataCollectionItems', () => {
14821483
let testDatasetIds: CreatedDatasetIdentifiers
14831484

0 commit comments

Comments
 (0)