Fixed LogInShibbolethComponent test

This commit is contained in:
Giuseppe Digilio
2020-02-07 13:10:43 +01:00
parent 0452a9a8cd
commit 1e67131902

View File

@@ -18,7 +18,7 @@ import { RouterStub } from '../../../testing/router-stub';
import { ActivatedRouteStub } from '../../../testing/active-router-stub';
import { NativeWindowMockFactory } from '../../../mocks/mock-native-window-ref';
fdescribe('LogInShibbolethComponent', () => {
describe('LogInShibbolethComponent', () => {
let component: LogInShibbolethComponent;
let fixture: ComponentFixture<LogInShibbolethComponent>;