mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 06:53:03 +00:00
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