Skip to content

Commit

Permalink
Update application/src/ext-test/java/org/opentripplanner/ext/flex/Fle…
Browse files Browse the repository at this point in the history
…xibleTransitLegBuilderTest.java

Co-authored-by: Henrik Abrahamsson <[email protected]>
  • Loading branch information
1 parent 2b315a1 commit f6fa9ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void copy(){
assertEquals(copy.getStartTime(), ZDT);
assertEquals(copy.getEndTime(), ZDT);
assertEquals(copy.getTransitAlerts(), Set.of(ALERT));
assertEquals(copy.fareProducts(), List.of(FARE_PRODUCT_USE ));
assertEquals(copy.fareProducts(), List.of(FARE_PRODUCT_USE));
}

@Test
Expand Down

0 comments on commit f6fa9ca

Please sign in to comment.