diff --git a/tests/test_files/scheduling/task_synchronisation.pfdl b/tests/test_files/scheduling/task_synchronisation.pfdl index 1ca7244..943a078 100644 --- a/tests/test_files/scheduling/task_synchronisation.pfdl +++ b/tests/test_files/scheduling/task_synchronisation.pfdl @@ -17,7 +17,7 @@ Struct CuttingResult sheet_parts: SheetPart[] End -Struct TransportOrderStep +Struct TransportOrderStep_Struct location: string End @@ -47,14 +47,14 @@ Task cuttingTask End Task transport - Transport + Transport_Service In - TransportOrderStep + TransportOrderStep_Struct { "location": "start" } - TransportOrderStep + TransportOrderStep_Struct { "location": "goal" } -End \ No newline at end of file +End