New dashboard improvements.
[src/xds/xds-agent.git] / webapp / src / app / @core-xds / services / alert.service.spec.ts
index b3d364c..2de2ac3 100644 (file)
@@ -3,13 +3,13 @@ import { TestBed, inject } from '@angular/core/testing';
 import { AlertService } from './alert.service';
 
 describe('AlertService', () => {
-    beforeEach(() => {
-        TestBed.configureTestingModule({
-            providers: [AlertService]
-        });
+  beforeEach(() => {
+    TestBed.configureTestingModule({
+      providers: [AlertService],
     });
+  });
 
-    it('should be created', inject([AlertService], (service: AlertService) => {
-        expect(service).toBeTruthy();
-    }));
+  it('should be created', inject([AlertService], (service: AlertService) => {
+    expect(service).toBeTruthy();
+  }));
 });