Skip to content

Commit 0f564e9

Browse files
Remove duplicate call
1 parent 4f3648d commit 0f564e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

application/src/ext-test/java/org/opentripplanner/ext/stopconsolidation/model/ConsolidatedStopLegBuilderTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class ConsolidatedStopLegBuilderTest implements PlanTestConstants {
3232
private static final ScheduledTransitLeg SCHEDULED_TRANSIT_LEG =
3333
new ScheduledTransitLegBuilder<>()
3434
.withZoneId(ZoneIds.BERLIN)
35-
.withServiceDate(LocalDate.of(2025, 1, 15))
3635
.withTripPattern(PATTERN)
3736
.withBoardStopIndexInPattern(0)
3837
.withDistanceMeters(1000)

0 commit comments

Comments
 (0)