mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
Removed deprecated helper function async
This commit is contained in:
@@ -117,9 +117,9 @@ describe('ServerSyncBufferEffects', () => {
|
||||
});
|
||||
|
||||
const expected = cold('(bc)', {
|
||||
b: new ApplyPatchObjectCacheAction(selfLink),
|
||||
c: new EmptySSBAction(RestRequestMethod.PATCH)
|
||||
});
|
||||
b: new ApplyPatchObjectCacheAction(selfLink),
|
||||
c: new EmptySSBAction(RestRequestMethod.PATCH)
|
||||
});
|
||||
|
||||
expect(ssbEffects.commitServerSyncBuffer).toBeObservable(expected);
|
||||
});
|
||||
|
Reference in New Issue
Block a user