forked from hazza/dspace-angular
130: fixed test description mistakes
This commit is contained in:
@@ -24,7 +24,7 @@ describe('ObjectCacheEffects', () => {
|
||||
|
||||
describe('fixTimestampsOnRehydrate$', () => {
|
||||
|
||||
it('should return a RESET_TIMESTAMPS action in response to an REHYDRATE action to a new route', () => {
|
||||
it('should return a RESET_TIMESTAMPS action in response to a REHYDRATE action', () => {
|
||||
spyOn(Date.prototype, 'getTime').and.callFake(() => {
|
||||
return timestamp;
|
||||
});
|
||||
|
Reference in New Issue
Block a user