We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ce10 commit 1a1926dCopy full SHA for 1a1926d
application/src/test/java/org/opentripplanner/transit/service/DefaultTransitServiceTest.java
@@ -243,9 +243,10 @@ void getRealtimeTripTimes() {
243
244
@Test
245
void getTripTimesOnNoServiceDayWithUseScheduleOption() {
246
- Instant midnight = ServiceDateUtils
247
- .asStartOfService(SERVICE_DATE, service.getTimeZone())
248
- .toInstant();
+ Instant midnight = ServiceDateUtils.asStartOfService(
+ SERVICE_DATE,
+ service.getTimeZone()
249
+ ).toInstant();
250
251
assertEquals(
252
Optional.of(
0 commit comments