ansible-server component: test case fix 64/97764/1
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 30 Oct 2019 18:17:12 +0000 (23:47 +0530)
committerArundathi Patil <arundpil@in.ibm.com>
Wed, 30 Oct 2019 18:17:19 +0000 (23:47 +0530)
Fixed test case which was failing due to use of asyn mtehod

Issue-ID: APPC-1632
Change-Id: I770a59ce2b2fb0e456141e4ac589e0c4842f429f
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
src/app/admin/view-edit/ansible-server.component.spec.ts

index d3ccf96..fb5671d 100644 (file)
@@ -36,7 +36,7 @@ import { UtilityService } from '../../shared/services/utilityService/utility.ser
 fdescribe('AnsibleServerComponent', () => {
     let component: AnsibleServerComponent;
     let fixture: ComponentFixture<AnsibleServerComponent>;
-    beforeEach(async(() => {
+    beforeEach((() => {
         TestBed.configureTestingModule({
             schemas: [
                 CUSTOM_ELEMENTS_SCHEMA,