Skip to content

Commit 498ad5f

Browse files
committed
Merge branch 'develop' of github.com:IQSS/dataverse-client-javascript into 167-get-all-facets
2 parents fbead26 + 3c135eb commit 498ad5f

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-
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)