summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranushadasari <danush10@in.ibm.com>2019-09-06 15:28:36 +0530
committeranushadasari <danush10@in.ibm.com>2019-09-06 15:29:49 +0530
commit0d6b54547b5e28591e24bbb3bf045d8b9e46f113 (patch)
treef4fe31d15f2338814ba0dcb21ecbe9884a2d7268
parenteb3d8d9cb97f9ebde71c89c86310b78bf8fd92ba (diff)
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 <danush10@in.ibm.com>
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/modals/new-change-management/new-change-management.controller.test.js2
1 files changed, 1 insertions, 1 deletions
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": [
{