Skip to content

Commit

Permalink
MARTA has not released their data for next week, switch date to tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 13, 2023
1 parent b594a02 commit d44d6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/opentripplanner/smoketest/SmokeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class SmokeTest {
*/
public static LocalDateTime weekdayAtNoon() {
var today = LocalDate.now();
return today.with(TemporalAdjusters.next(DayOfWeek.TUESDAY)).atTime(LocalTime.of(12, 0));
return today.with(TemporalAdjusters.next(DayOfWeek.THURSDAY)).atTime(LocalTime.of(12, 0));
}

public static void assertThatThereAreVehicleRentalStations() {
Expand Down

0 comments on commit d44d6d6

Please sign in to comment.