Skip to content

Commit

Permalink
pointed on wrong file
Browse files Browse the repository at this point in the history
  • Loading branch information
zlukich committed Feb 1, 2024
1 parent cdebcaf commit 60ab3d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/matsim/run/RunLeipzigIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import java.nio.file.Path;

import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

public class RunLeipzigIntegrationTest {
Expand Down Expand Up @@ -84,7 +83,7 @@ public final void runPoint1pctParkingIntegrationTest() {

assertThat(EventsUtils.compareEventsFiles(
new File(utils.getOutputDirectory(), "leipzig-1pct.output_events.xml.gz").toString(),
new File(utils.getClassInputDirectory(), "parking.xml.zst").toString()
new File(utils.getClassInputDirectory(), "runPoint1pctParkingIntegrationTest_events.xml.zst").toString()
)).isEqualTo(EventsFileComparator.Result.FILES_ARE_EQUAL);


Expand Down

0 comments on commit 60ab3d0

Please sign in to comment.