Skip to content

Commit

Permalink
Run tests on Friday
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 18, 2024
1 parent 0fe45d0 commit e704e9a
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.THURSDAY)).atTime(LocalTime.of(12, 0));
return today.with(TemporalAdjusters.next(DayOfWeek.FRIDAY)).atTime(LocalTime.of(12, 0));
}

public static void assertThatThereAreVehicleRentalStations() {
Expand Down

0 comments on commit e704e9a

Please sign in to comment.