Add Semicolon at the end 27/95127/1
authoranushadasari <danush10@in.ibm.com>
Fri, 6 Sep 2019 09:58:36 +0000 (15:28 +0530)
committeranushadasari <danush10@in.ibm.com>
Fri, 6 Sep 2019 09:59:49 +0000 (15:29 +0530)
In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line.

Issue-ID: VID-607
Change-Id: Ic75affcf10f990fa507eaf738a360df603a700dc
Signed-off-by: anushadasari <danush10@in.ibm.com>
vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js

index b11070a..675c1b7 100644 (file)
@@ -359,7 +359,7 @@ describe('Testing workFlows from SO', () => {
   });
 
   test('Verify get remote workflow should call internal service for params when workflow is native', () =>{
-      let getWorkflowsStub = Promise.resolve({"data": {"workflows": ["workflow 0"]}})
+      let getWorkflowsStub = Promise.resolve({"data": {"workflows": ["workflow 0"]}});
       let getLocalWorkflowsParametersStub = Promise.resolve({"data":{
               "parameterDefinitions": [
                   {