X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp-control%2Fapp-control.component.spec.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Fran-connection%2Fran-connection.component.spec.ts;h=3233b79b55a6a75c038492ad07a2cd5fd4bd06a5;hb=dfa4f23a94fcbf31deab33abde4c6a8318fd4186;hp=c4bbceccea24f7c6f2f3d6a88ce5fd6780d20d5e;hpb=9ed0faf04c7b65d86796aff901c5793dda581d43;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ran-connection/ran-connection.component.spec.ts b/webapp-frontend/src/app/app-control/app-control.component.spec.ts similarity index 78% rename from webapp-frontend/src/app/ran-connection/ran-connection.component.spec.ts rename to webapp-frontend/src/app/app-control/app-control.component.spec.ts index c4bbcecc..3233b79b 100644 --- a/webapp-frontend/src/app/ran-connection/ran-connection.component.spec.ts +++ b/webapp-frontend/src/app/app-control/app-control.component.spec.ts @@ -19,21 +19,21 @@ */ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; -import { RANConnectionComponent } from './ran-connection.component'; +import { AppControlComponent } from './app-control.component'; -describe('RANConnectionComponent', () => { - let component: RANConnectionComponent; - let fixture: ComponentFixture; +describe('AppControlComponent', () => { + let component: AppControlComponent; + let fixture: ComponentFixture; beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ RANConnectionComponent ] + declarations: [ AppControlComponent ] }) .compileComponents(); })); beforeEach(() => { - fixture = TestBed.createComponent(RANConnectionComponent); + fixture = TestBed.createComponent(AppControlComponent); component = fixture.componentInstance; fixture.detectChanges(); });