Skip to content

Commit

Permalink
Update Atlanta smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Feb 8, 2024
1 parent 2bd3fe3 commit 4a78301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void flexRouteFromCentralAtlantaToPowderSprings() {
Set.of(FLEX_EGRESS, WALK, TRANSIT)
);

var expectedModes = List.of("WALK", "SUBWAY", "WALK", "BUS", "WALK", "BUS");
var expectedModes = List.of("WALK", "SUBWAY", "WALK", "BUS", "WALK", "BUS", "WALK", "BUS");
var plan = basicRouteTest(req, expectedModes);
var itineraries = plan.itineraries();

Expand Down

0 comments on commit 4a78301

Please sign in to comment.