File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ func Test_missing_task_handlers_break_execution_and_can_be_continued_later(t *te
341341}
342342
343343func Test_multiple_instances_with_same_user_task_ids (t * testing.T ) {
344- // given
344+ // setup
345345 bpmnEngine := New ()
346346 process , err := bpmnEngine .LoadFromFile ("../../test-cases/user-tasks-with-parallel-gateways.bpmn" )
347347 then .AssertThat (t , err , is .Nil ())
@@ -353,7 +353,8 @@ func Test_multiple_instances_with_same_user_task_ids(t *testing.T) {
353353 job .Complete ()
354354 }
355355 }
356-
356+
357+ // given
357358 bpmnEngine .NewTaskHandler ().Id ("assignee-task1" ).Handler (handler ("assignee-task1" ))
358359 bpmnEngine .NewTaskHandler ().Id ("assignee-task2" ).Handler (handler ("assignee-task2" ))
359360 bpmnEngine .NewTaskHandler ().Id ("assignee-task3" ).Handler (handler ("assignee-task3" ))
You can’t perform that action at this time.
0 commit comments