Skip to content

Commit db2ff77

Browse files
committed
Fixes SpeedTest
1 parent 0e14f12 commit db2ff77

File tree

1 file changed

+3
-1
lines changed
  • application/src/test/java/org/opentripplanner/transit/speed_test

1 file changed

+3
-1
lines changed

application/src/test/java/org/opentripplanner/transit/speed_test/SpeedTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import java.util.function.Predicate;
1515
import org.opentripplanner.TestServerContext;
1616
import org.opentripplanner.ext.carpooling.internal.DefaultCarpoolingRepository;
17-
import org.opentripplanner.ext.fares.impl.DefaultFareService;
17+
import org.opentripplanner.ext.fares.impl.gtfs.DefaultFareService;
1818
import org.opentripplanner.framework.application.OtpAppException;
1919
import org.opentripplanner.graph_builder.module.linking.TestVertexLinker;
2020
import org.opentripplanner.model.plan.Itinerary;
@@ -142,6 +142,8 @@ public SpeedTest(
142142
null,
143143
null,
144144
null,
145+
null,
146+
null,
145147
null
146148
);
147149
// Creating raptor transit data should be integrated into the TimetableRepository, but for now

0 commit comments

Comments
 (0)