mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 19:13:08 +00:00
refactored tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ObjectCacheService } from '../../core/cache/object-cache.service';
|
||||
|
||||
export function initMockObjectCacheService(): ObjectCacheService {
|
||||
export function getMockObjectCacheService(): ObjectCacheService {
|
||||
return jasmine.createSpyObj('objectCacheService', [
|
||||
'add',
|
||||
'remove',
|
||||
|
Reference in New Issue
Block a user