130: fixed test description mistakes

This commit is contained in:
Lotte Hofstede
2017-12-01 10:09:39 +01:00
parent aca0bca694
commit 1f873901c9

View File

@@ -24,7 +24,7 @@ describe('ResponseCacheEffects', () => {
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(() => {
return timestamp;
});