70373: Test import fix

This commit is contained in:
Kristof De Langhe
2020-05-12 17:20:02 +02:00
parent f548d5bf20
commit 3894b3615d

View File

@@ -8,7 +8,7 @@ import { AuthService } from '../../core/auth/auth.service';
import { Store, StoreModule } from '@ngrx/store';
import { authReducer, AuthState } from '../../core/auth/auth.reducer';
import { AuthTokenInfo } from '../../core/auth/models/auth-token-info.model';
import { EPersonMock } from '../testing/eperson-mock';
import { EPersonMock } from '../testing/eperson.mock';
import { AppState } from '../../app.reducer';
import { By } from '@angular/platform-browser';