From: anushadasari Date: Fri, 6 Sep 2019 09:58:36 +0000 (+0530) Subject: Add Semicolon at the end X-Git-Tag: 5.0.3~18^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0d6b54547b5e28591e24bbb3bf045d8b9e46f113;p=vid.git Add Semicolon at the end 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 --- diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js index b11070a9f..675c1b7c0 100644 --- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js @@ -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": [ {