1
0

130: fixed test description mistakes

This commit is contained in:
Lotte Hofstede
2017-12-01 10:08:52 +01:00
parent 4b94f8bb4d
commit aca0bca694
4 changed files with 5 additions and 5 deletions

View File

@@ -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;
});