Skip to content

Commit 4e5a72c

Browse files
authored
Update auth.service.spec.ts
1 parent d7a4188 commit 4e5a72c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/core/auth/auth.service.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,7 @@ describe('AuthService test', () => {
316316
mockStore = TestBed.inject(MockStore);
317317
authService = TestBed.inject(AuthService);
318318
mockStore.overrideSelector(isAuthenticated, true);
319+
mockStore.overrideSelector(getAuthenticationToken, token);
319320
mockStore.refreshState();
320321
storage = (authService as any).storage;
321322
storage.get = jasmine.createSpy().and.returnValue(null);

0 commit comments

Comments
 (0)