Skip to content

Commit

Permalink
Remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ratrun committed May 24, 2024
1 parent 7515d65 commit db4dd8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public void testHandleCommonWayTags() {
way = new ReaderWay(1);
way.setTag("highway", "path");
way.setTag("foot", "yes");
assertFalse(isGetOffBike(way)); // for now only designated will trigger true
assertFalse(isGetOffBike(way));
way.setTag("foot", "designated");
assertTrue(isGetOffBike(way));

Expand Down

0 comments on commit db4dd8a

Please sign in to comment.