User: admin@spiffworkflow.org clicked save for bpmn-unit-tests/expected-to-pass/single-activity-tests/script-task/test_script_task.json

This commit is contained in:
sartography-automated-committer 2023-05-24 14:51:00 +00:00
parent 5e4f01d305
commit 2fdb139eb7

View File

@ -2,9 +2,9 @@
"test_case_1": {
"tasks": {
"Script_Task_Process:Script_Task": {
"data": [{ "x": "10" }]
"data": [{ "x": 1200 }]
}
},
"expected_output_json": { "x": "10" }
"expected_output_json": { "x": 10 }
}
}