Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Oct 31, 2023
1 parent ba60a8b commit 9e2035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/opentripplanner/IntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void rentalStations() throws IOException {
public void routes() throws IOException {
var routes = client.routes();
LOG.info("Received {} routes", routes.size());

assertFalse(routes.isEmpty());
routes.forEach(r -> assertFalse(r.name().isEmpty(), "Route %s has no name.".formatted(r)));
}
Expand Down

0 comments on commit 9e2035f

Please sign in to comment.