Skip to content

Commit 1a1926d

Browse files
committed
fix merge conflicts
1 parent f63ce10 commit 1a1926d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

application/src/test/java/org/opentripplanner/transit/service/DefaultTransitServiceTest.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,10 @@ void getRealtimeTripTimes() {
243243

244244
@Test
245245
void getTripTimesOnNoServiceDayWithUseScheduleOption() {
246-
Instant midnight = ServiceDateUtils
247-
.asStartOfService(SERVICE_DATE, service.getTimeZone())
248-
.toInstant();
246+
Instant midnight = ServiceDateUtils.asStartOfService(
247+
SERVICE_DATE,
248+
service.getTimeZone()
249+
).toInstant();
249250

250251
assertEquals(
251252
Optional.of(

0 commit comments

Comments
 (0)