Skip to content
Snippets Groups Projects
Commit c3102b9d authored by Michael W Spalti's avatar Michael W Spalti
Browse files

A little cleanup in unit tests.

parent d9fb68dc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { async, ComponentFixture, inject, TestBed } from '@angular/core/testing'
import { FormGroup, FormsModule, ReactiveFormsModule } from '@angular/forms';
import { By } from '@angular/platform-browser';
import { Store, StoreModule, select } from '@ngrx/store';
import { Store, StoreModule } from '@ngrx/store';
import { LogInComponent } from './log-in.component';
import { authReducer } from '../../core/auth/auth.reducer';
......
......@@ -96,9 +96,6 @@ export class AuthServiceStub {
return observableOf(this.redirectUrl);
}
public doAuthentication(isStandalonePage, email, password) {
return;
}
public storeToken(token: AuthTokenInfo) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment