Skip to content

Commit eee6302

Browse files
authored
Update CollectionsRepository.test.ts
Remove console.log()
1 parent 393bfd5 commit eee6302

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/integration/collections/CollectionsRepository.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ describe('CollectionsRepository', () => {
109109
expect(typeof actualId).toBe('number')
110110

111111
const createdCollection = await sut.getCollection(actualId)
112-
console.log('returned collection')
113112
expect(createdCollection.id).toBe(actualId)
114113
expect(createdCollection.alias).toBe(newCollectionDTO.alias)
115114
expect(createdCollection.name).toBe(newCollectionDTO.name)

0 commit comments

Comments
 (0)