Skip to content

Commit

Permalink
remove unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed May 6, 2024
1 parent 48510a7 commit 1fe1f79
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,4 @@ class AddProhibitedForPedestriansTest {
))
)
}

@Test fun `apply living street answer`() {
assertEquals(
setOf(StringMapEntryModify("highway", "residential", "living_street")),
questType.answerAppliedTo(IS_LIVING_STREET, mapOf("highway" to "residential"))
)
}
}

0 comments on commit 1fe1f79

Please sign in to comment.