[CST-9636] Fix lint

This commit is contained in:
Giuseppe Digilio
2023-05-12 09:25:47 +02:00
parent 6808eec3a4
commit 377e27b305
9 changed files with 60 additions and 60 deletions

View File

@@ -69,10 +69,10 @@ describe('BulkAccessBrowseComponent', () => {
it('should have an initial remote data with a paginated list as value', () => {
const list = buildPaginatedList(new PageInfo({
"elementsPerPage": 5,
"totalElements": 2,
"totalPages": 1,
"currentPage": 1
'elementsPerPage': 5,
'totalElements': 2,
'totalPages': 1,
'currentPage': 1
}), [selected1, selected2]) ;
const rd = createSuccessfulRemoteDataObject(list);