Skip to content

Commit

Permalink
Edit test file to avoid naming conflicts
Browse files Browse the repository at this point in the history
- the changed file might have caused troubles when running it while the
MFDL plugin is active
  • Loading branch information
OliverStolzBO committed Apr 10, 2024
1 parent 674b648 commit 61c72ef
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/test_files/scheduling/task_synchronisation.pfdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Struct CuttingResult
sheet_parts: SheetPart[]
End

Struct TransportOrderStep
Struct TransportOrderStep_Struct
location: string
End

Expand Down Expand Up @@ -47,14 +47,14 @@ Task cuttingTask
End

Task transport
Transport
Transport_Service
In
TransportOrderStep
TransportOrderStep_Struct
{
"location": "start"
}
TransportOrderStep
TransportOrderStep_Struct
{
"location": "goal"
}
End
End

0 comments on commit 61c72ef

Please sign in to comment.