From d43d36513e045cce5380b22a91dcaed44c67e85b Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Thu, 17 May 2018 11:16:27 +0200 Subject: [PATCH] Fixed auth.effects.spec --- src/app/core/auth/auth.effects.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/core/auth/auth.effects.spec.ts b/src/app/core/auth/auth.effects.spec.ts index fae5015184..3b569e523f 100644 --- a/src/app/core/auth/auth.effects.spec.ts +++ b/src/app/core/auth/auth.effects.spec.ts @@ -21,7 +21,6 @@ import { RefreshTokenErrorAction, RefreshTokenSuccessAction } from './auth.actions'; -import { AuthTokenInfo } from './models/auth-token-info.model'; import { AuthServiceStub } from '../../shared/testing/auth-service-stub'; import { AuthService } from './auth.service'; import { TruncatablesState } from '../../shared/truncatable/truncatable.reducer'; @@ -65,7 +64,6 @@ describe('AuthEffects', () => { } }); - const expected = cold('--b-', {b: new AuthenticationSuccessAction(token)}); expect(authEffects.authenticate$).toBeObservable(expected);