Skip to content

Commit c2ce03e

Browse files
Use BUS mode
1 parent fab6e0f commit c2ce03e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/opentripplanner/IntegrationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void plan() throws IOException {
5454
.withFrom(OSLO_WEST)
5555
.withTo(OSLO_EAST)
5656
.withTime(LocalDateTime.now())
57-
.withModes(RequestMode.TRANSIT)
57+
.withModes(RequestMode.BUS)
5858
.withNumberOfItineraries(3)
5959
.build());
6060

0 commit comments

Comments
 (0)