Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 4, 2024
1 parent dd5c17c commit 62da416
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ static List<TripPlanParameters> bikeCombinations() {
.includeArriveBy()
.build();
}

@ParameterizedTest
@MethodSource("bikeCombinations")
public void bikeAndTransit(TripPlanParameters params) throws IOException {
Expand Down

0 comments on commit 62da416

Please sign in to comment.