Fixed error- Added braces. 07/56407/1
authorIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 13 Jul 2018 17:34:08 +0000 (23:04 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Fri, 13 Jul 2018 17:34:28 +0000 (23:04 +0530)
Added missing braces at the end of the file.

Issue-ID: APPC-1051
Change-Id: I83db0d604bb50b2d7b8fd7fe3f8a61b0cd64ccd8
Signed-off-by: Arundathi <arundpil@in.ibm.com>
src/app/vnfs/build-artifacts/reference-dataform/reference-dataform.component.spec.ts

index 5723829..3d899c1 100644 (file)
@@ -992,4 +992,5 @@ describe('ReferenceDataformComponent', () => {
         let refData = { "action": "Configure", "vnf-type": "test 1", "device-protocol": "ANSIBLE" };
         component.deviceProtocolChange();
         expect(spy).toHaveBeenCalled()
-    });
\ No newline at end of file
+    });
+});
\ No newline at end of file