Skip to content

Commit

Permalink
autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Nov 20, 2024
1 parent bc6c310 commit db6dd5c
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ public void testItinerary() {
.withFarePrice(2.75f)
.assertMatches();

plan = SmokeTest.basicRouteTest(
new SmokeTestRequest(LYNNWOOD_STA, SODO, modes),
List.of("WALK", "TRAM", "WALK")
);
plan =
SmokeTest.basicRouteTest(
new SmokeTestRequest(LYNNWOOD_STA, SODO, modes),
List.of("WALK", "TRAM", "WALK")
);

SmokeTestItinerary
.from(plan)
Expand Down

0 comments on commit db6dd5c

Please sign in to comment.