We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab6e0f commit c2ce03eCopy full SHA for c2ce03e
src/test/java/org/opentripplanner/IntegrationTest.java
@@ -54,7 +54,7 @@ public void plan() throws IOException {
54
.withFrom(OSLO_WEST)
55
.withTo(OSLO_EAST)
56
.withTime(LocalDateTime.now())
57
- .withModes(RequestMode.TRANSIT)
+ .withModes(RequestMode.BUS)
58
.withNumberOfItineraries(3)
59
.build());
60
0 commit comments