Skip to content

Commit

Permalink
Trying to reconcile branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyhunsaker committed Jan 15, 2024
2 parents b3d4148 + 9b08cc1 commit 86e7a9f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import java.nio.file.Files;
import java.nio.file.Paths;
import java.time.Duration;
import java.time.LocalDate;
import java.time.ZonedDateTime;
import java.time.format.DateTimeFormatter;
import java.util.List;
Expand Down Expand Up @@ -120,7 +119,7 @@ public Status run(ValidationRunnerConfig config) {
ValidationContext validationContext =
ValidationContext.builder()
.setCountryCode(config.countryCode())
.setDateForValidation(new DateForValidation(LocalDate.now()))
.setCurrentDateTime(new CurrentDateTime(config.zonedDateTime()))
.build();
try {
feedContainer =
Expand Down

0 comments on commit 86e7a9f

Please sign in to comment.