Skip to content

Commit

Permalink
Improve test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Sep 21, 2023
1 parent f664f77 commit 457764c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;

import org.junit.jupiter.api.Test;
import org.opentripplanner.graph_builder.module.osm.StreetTraversalPermissionPair;
import org.opentripplanner.openstreetmap.wayproperty.WayProperties;
import org.opentripplanner.openstreetmap.wayproperty.WayPropertySet;
import org.opentripplanner.openstreetmap.wayproperty.specifier.WayTestData;
import org.opentripplanner.street.model.StreetTraversalPermission;

public class OSMWayTest {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public void mixin() {
assertEquals(1, wps.getDataForWay(withFoo).bicycleSafety().back());
}

@Test
public void testAccessNo() {
OSMWithTags tags = new OSMWithTags();
OsmTagMapper osmTagMapper = new DefaultMapper();
Expand Down

0 comments on commit 457764c

Please sign in to comment.