Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Dec 29, 2023
1 parent 16b1e23 commit ce0a530
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private List<PlanElement> createTripForParkingAtDestination(TripStructureUtils.T
private Link chooseParkingLink(Activity activity, Facility facility) {
Network networkToSearchIn;
//parking at destination
if(isParkingRelevantActivity(activity)){
if(!isParkingRelevantActivity(activity)){
networkToSearchIn = fullModalNetwork;
} else {
networkToSearchIn = reducedNetwork;
Expand Down

0 comments on commit ce0a530

Please sign in to comment.