Fixed webapp build and error message.
[src/xds/xds-agent.git] / webapp / src / app / app-alert / app-alert.component.spec.ts
@@ -1,20 +1,20 @@
 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
 
-import { AlertComponent } from './alert.component';
+import { AppAlertComponent } from './app-alert.component';
 
-describe('AlertComponent', () => {
-  let component: AlertComponent;
-  let fixture: ComponentFixture<AlertComponent>;
+describe('AppAlertComponent', () => {
+  let component: AppAlertComponent;
+  let fixture: ComponentFixture<AppAlertComponent>;
 
   beforeEach(async(() => {
     TestBed.configureTestingModule({
-      declarations: [ AlertComponent ]
+      declarations: [ AppAlertComponent ]
     })
     .compileComponents();
   }));
 
   beforeEach(() => {
-    fixture = TestBed.createComponent(AlertComponent);
+    fixture = TestBed.createComponent(AppAlertComponent);
     component = fixture.componentInstance;
     fixture.detectChanges();
   });