From 2fdb139eb7feb2f63d2388dbfbe8ae8743065718 Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Wed, 24 May 2023 14:51:00 +0000 Subject: [PATCH] User: admin@spiffworkflow.org clicked save for bpmn-unit-tests/expected-to-pass/single-activity-tests/script-task/test_script_task.json --- .../single-activity-tests/script-task/test_script_task.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bpmn-unit-tests/expected-to-pass/single-activity-tests/script-task/test_script_task.json b/bpmn-unit-tests/expected-to-pass/single-activity-tests/script-task/test_script_task.json index 62a13472..38304572 100644 --- a/bpmn-unit-tests/expected-to-pass/single-activity-tests/script-task/test_script_task.json +++ b/bpmn-unit-tests/expected-to-pass/single-activity-tests/script-task/test_script_task.json @@ -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 } } }