Skip to content

Commit

Permalink
Portland test graph: use noop data import issue store
Browse files Browse the repository at this point in the history
  • Loading branch information
flaktack committed Nov 7, 2024
1 parent 1ac7f39 commit 1189d72
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.opentripplanner.framework.i18n.NonLocalizedString;
import org.opentripplanner.graph_builder.ConfiguredDataSource;
import org.opentripplanner.graph_builder.issue.api.DataImportIssueStore;
import org.opentripplanner.graph_builder.issue.service.DefaultDataImportIssueStore;
import org.opentripplanner.graph_builder.issue.api.NoopDataImportIssueStore;
import org.opentripplanner.graph_builder.module.DirectTransferGenerator;
import org.opentripplanner.graph_builder.module.GtfsFeedId;
import org.opentripplanner.graph_builder.module.TestStreetLinkerModule;
Expand Down Expand Up @@ -174,7 +174,7 @@ public static TestOtpModel buildNewPortlandGraph(boolean withElevation) {
new DirectTransferGenerator(
graph,
timetableRepository,
new DefaultDataImportIssueStore(),
new NoopDataImportIssueStore(),
Duration.ofMinutes(30),
List.of(new RouteRequest())
)
Expand Down

0 comments on commit 1189d72

Please sign in to comment.