mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
Added unit test for isCachedOrPending lookup by id (FindByIdRequest).
This commit is contained in:
@@ -4,12 +4,12 @@ export function getMockObjectCacheService(): ObjectCacheService {
|
||||
return jasmine.createSpyObj('objectCacheService', [
|
||||
'add',
|
||||
'remove',
|
||||
'getByUUID',
|
||||
'getByID',
|
||||
'getBySelfLink',
|
||||
'getRequestHrefBySelfLink',
|
||||
'getRequestHrefByUUID',
|
||||
'getList',
|
||||
'hasByUUID',
|
||||
'hasById',
|
||||
'hasBySelfLink'
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user