Skip to content

Commit

Permalink
try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Oct 17, 2024
1 parent f26a08b commit abff745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void runServiceEventTest() throws IOException, URISyntaxException {
// as those are two disjunct analysis outputs, which do not depend on each other. (aleks Sep'24)

RunFreightAnalysisEventBased analysisEventBased = new RunFreightAnalysisEventBased(
Path.of(IOUtils.extendUrl(SCENARIO_URL, "grid9x9.xml" ).toURI()),
Path.of(IOUtils.extendUrl(SCENARIO_URL, "grid9x9.xml" ).toURI()).toAbsolutePath(),
Path.of(testUtils.getInputDirectory() + "in/output_allVehicles.xml"),
Path.of(IOUtils.extendUrl(SCENARIO_URL, "singleCarrierFiveActivities.xml" ).toURI()),
Path.of(IOUtils.extendUrl(SCENARIO_URL, "vehicleTypes.xml" ).toURI()),
Expand Down

0 comments on commit abff745

Please sign in to comment.