fixed test description

This commit is contained in:
Giuseppe Digilio
2020-06-11 14:44:42 +02:00
parent 6bd04c94ec
commit c835d9b9c7

View File

@@ -150,7 +150,7 @@ describe('AuthEffects', () => {
describe('authenticatedSuccess$', () => {
it('should not call removeToken method', (done) => {
it('should return a RETRIEVE_AUTHENTICATED_EPERSON action in response to a AUTHENTICATED_SUCCESS action', (done) => {
spyOn((authEffects as any).authService, 'storeToken');
actions = hot('--a-', {
a: {