mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Removed deprecated helper function async
This commit is contained in:
@@ -46,11 +46,11 @@ describe('RequestService', () => {
|
||||
|
||||
const initialState: any = {
|
||||
core: {
|
||||
'cache/object': { },
|
||||
'cache/syncbuffer': { },
|
||||
'cache/object-updates': { },
|
||||
'data/request': { },
|
||||
'index': { },
|
||||
'cache/object': {},
|
||||
'cache/syncbuffer': {},
|
||||
'cache/object-updates': {},
|
||||
'data/request': {},
|
||||
'index': {},
|
||||
}
|
||||
};
|
||||
|
||||
@@ -249,7 +249,7 @@ describe('RequestService', () => {
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
describe('getByHref', () => {
|
||||
describe('when the request with the specified href exists in the store', () => {
|
||||
|
Reference in New Issue
Block a user