mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 20:13:07 +00:00
[CST-9636] Fix lint
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user