Skip to content

Commit

Permalink
fix test: setPlan as selected (and not only add it)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Sep 24, 2024
1 parent 3be815c commit 58030d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ static void runTourPlanningForCarriers(Carriers carriers, Scenario scenario, VRP
log.info("routing for carrier " + carrier.getId() + " finished. Tour planning plus routing took "
+ (System.currentTimeMillis() - start) / 1000 + " seconds.");
carrier.addPlan(carrierPlan);
carrier.setSelectedPlan(carrierPlan);
})).get();
;
}
Expand Down

0 comments on commit 58030d8

Please sign in to comment.