fix test
This commit is contained in:
@@ -359,7 +359,7 @@ public class PathRouteTest extends Assert {
|
|||||||
path = path.getRoot();
|
path = path.getRoot();
|
||||||
|
|
||||||
assertEquals(620, path.getProfit(), 0.0001);
|
assertEquals(620, path.getProfit(), 0.0001);
|
||||||
assertEquals(2, path.getLandsCount());
|
assertEquals(3, path.getLandsCount());
|
||||||
|
|
||||||
path = path.getNext();
|
path = path.getNext();
|
||||||
Collection<Order> orders = path.getOrders();
|
Collection<Order> orders = path.getOrders();
|
||||||
|
|||||||
Reference in New Issue
Block a user