X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Ffooter%2Ffooter.component.spec.ts;h=2c8321ca95ac5875548f95fd0f158e21b365155f;hb=refs%2Fchanges%2F50%2F5450%2F1;hp=9b1d31a731f12ef81bf7f770c927b396124c556d;hpb=b36108a6b4f18c5620ed120184bdd8c86c85c70e;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/footer/footer.component.spec.ts b/webapp-frontend/src/app/footer/footer.component.spec.ts index 9b1d31a..2c8321c 100644 --- a/webapp-frontend/src/app/footer/footer.component.spec.ts +++ b/webapp-frontend/src/app/footer/footer.component.spec.ts @@ -20,6 +20,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { FooterComponent } from './footer.component'; +import { UiService } from '../services/ui/ui.service'; describe('FooterComponent', () => { let component: FooterComponent; @@ -27,7 +28,10 @@ describe('FooterComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ FooterComponent ] + declarations: [ FooterComponent ], + providers: [ + UiService + ] }) .compileComponents(); }));