mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-15 22:13:02 +00:00
implemented applying of a patch
This commit is contained in:
@@ -26,7 +26,9 @@ describe('objectCacheReducer', () => {
|
||||
},
|
||||
timeAdded: new Date().getTime(),
|
||||
msToLive: 900000,
|
||||
requestHref: selfLink1
|
||||
requestHref: selfLink1,
|
||||
patches: [],
|
||||
isDirty: false
|
||||
},
|
||||
[selfLink2]: {
|
||||
data: {
|
||||
@@ -35,7 +37,9 @@ describe('objectCacheReducer', () => {
|
||||
},
|
||||
timeAdded: new Date().getTime(),
|
||||
msToLive: 900000,
|
||||
requestHref: selfLink2
|
||||
requestHref: selfLink2,
|
||||
patches: [],
|
||||
isDirty: false
|
||||
}
|
||||
};
|
||||
deepFreeze(testState);
|
||||
|
Reference in New Issue
Block a user