Skip to content

Commit

Permalink
Change test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 18, 2024
1 parent e704e9a commit fb0e205
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void routeFromAirportToNorthPhiladelphia() {

LOG.info("Received fare products {}", products);

assertTrue(prices.contains(2.5d));
assertTrue(prices.contains(6.75d));

SmokeTest.assertThatAllTransitLegsHaveFareProducts(plan);
}
Expand Down

0 comments on commit fb0e205

Please sign in to comment.