forked from hazza/dspace-angular
fixed tests after changes to request caching
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user