fixed tests after changes to request caching

This commit is contained in:
lotte
2019-03-13 16:28:46 +01:00
parent 88ae626736
commit 4c150988e2
3 changed files with 46 additions and 55 deletions

View File

@@ -47,7 +47,7 @@ describe('ServerSyncBufferEffects', () => {
{ provide: RequestService, useValue: getMockRequestService() },
{
provide: ObjectCacheService, useValue: {
getBySelfLink: (link) => {
getObjectBySelfLink: (link) => {
const object = new DSpaceObject();
object.self = link;
return observableOf(object);