mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
130: fixed test description mistakes
This commit is contained in:
@@ -24,7 +24,7 @@ describe('ResponseCacheEffects', () => {
|
||||
|
||||
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 an REHYDRATE action', () => {
|
||||
spyOn(Date.prototype, 'getTime').and.callFake(() => {
|
||||
return timestamp;
|
||||
});
|
||||
|
Reference in New Issue
Block a user