refactored tests

This commit is contained in:
Art Lowel
2018-01-19 12:47:29 +01:00
parent b771503cf7
commit 1d48172ecd
10 changed files with 147 additions and 128 deletions

View File

@@ -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',