mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-19 07:53:02 +00:00
130: fixed test description mistakes
This commit is contained in:
@@ -24,7 +24,7 @@ describe('ResponseCacheEffects', () => {
|
|||||||
|
|
||||||
describe('fixTimestampsOnRehydrate$', () => {
|
describe('fixTimestampsOnRehydrate$', () => {
|
||||||
|
|
||||||
it('should return a RESET_TIMESTAMPS action in response to an REHYDRATE action', () => {
|
it('should return a RESET_TIMESTAMPS action in response to a REHYDRATE action', () => {
|
||||||
spyOn(Date.prototype, 'getTime').and.callFake(() => {
|
spyOn(Date.prototype, 'getTime').and.callFake(() => {
|
||||||
return timestamp;
|
return timestamp;
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user