mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
62589: Refactoring mapping endpoint and methods to mapped + collection-list sorting bugfix
This commit is contained in:
@@ -93,7 +93,7 @@ describe('CollectionItemMapperComponent', () => {
|
||||
const collectionDataServiceStub = {
|
||||
getMappedItems: () => of(emptyList),
|
||||
/* tslint:disable:no-empty */
|
||||
clearMappingItemsRequests: () => {}
|
||||
clearMappedItemsRequests: () => {}
|
||||
/* tslint:enable:no-empty */
|
||||
};
|
||||
const routeServiceStub = {
|
||||
|
Reference in New Issue
Block a user