forked from hazza/dspace-angular
Removed deprecated helper function async
This commit is contained in:
10
src/app/core/cache/object-cache.service.spec.ts
vendored
10
src/app/core/cache/object-cache.service.spec.ts
vendored
@@ -82,11 +82,11 @@ describe('ObjectCacheService', () => {
|
||||
operations = [{ op: 'replace', path: '/name', value: 'random string' } as Operation];
|
||||
initialState = {
|
||||
core: {
|
||||
'cache/object': { },
|
||||
'cache/syncbuffer': { },
|
||||
'cache/object-updates': { },
|
||||
'data/request': { },
|
||||
'index': { }
|
||||
'cache/object': {},
|
||||
'cache/syncbuffer': {},
|
||||
'cache/object-updates': {},
|
||||
'data/request': {},
|
||||
'index': {}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user