Skip to content

Commit

Permalink
Remove a new test which passes without the improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
ratrun committed Aug 29, 2024
1 parent e6475d3 commit 577fc7b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,6 @@ public void testSpeedAndPriority() {
way.setTag("surface", "ground");
assertPriorityAndSpeed(SLIGHT_AVOID, PUSHING_SECTION_SPEED, way);

way.clearTags();
way.setTag("highway", "path");
way.setTag("bicycle", "designated");
way.setTag("surface", "mud");
assertPriorityAndSpeed(VERY_NICE, 10, way);

way.clearTags();
way.setTag("highway", "path");
way.setTag("bicycle", "designated");
Expand Down

0 comments on commit 577fc7b

Please sign in to comment.