Skip to content

Commit

Permalink
Add assertion that all SEPTA legs have fares
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 12, 2023
1 parent cb5b34e commit f88e12d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public void routeFromAirportToNorthPhiladelphia() {
LOG.info("Received fare products {}", products);

assertTrue(prices.contains(2.5d));

SmokeTest.assertThatAllTransitLegsHaveFareProducts(plan);
}

@Test
Expand Down

0 comments on commit f88e12d

Please sign in to comment.