Skip to content

Commit 735b23d

Browse files
committed
Fix simple-scenario.xml incorrect end node
1 parent 6b3c662 commit 735b23d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

input/simple-scenario.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</agents>
2626

2727
<deliveryOrders>
28-
<deliveryOrder id="0" startNodeId="0" endNodeId="2" startTime="0">
28+
<deliveryOrder id="0" startNodeId="0" endNodeId="0" startTime="0">
2929
<route>
3030
<linkId>0</linkId>
3131
<linkId>1</linkId>
@@ -49,4 +49,4 @@
4949
</deliveryOrder>
5050

5151
</deliveryOrders>
52-
</scenario>
52+
</scenario>

0 commit comments

Comments
 (0)