diff --git a/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts b/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts index 5e6dcb597e..29723d0f65 100644 --- a/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts +++ b/src/app/shared/log-in/methods/shibboleth/log-in-shibboleth.component.spec.ts @@ -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;