Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FloEdelmann authored Jan 11, 2024
1 parent f5ee57e commit 5a66965
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class AddDetectBarrierIntersectionTest {
assertEquals(0, questType.getApplicableElements(mapData).toList().size)
}

@Test fun `do not aks for road on city wall tagged as one object`() {
@Test fun `do not ask for road on city wall tagged as one object`() {
// see https://github.com/streetcomplete/StreetComplete/issues/5438
val mapData = TestMapDataWithGeometry(listOf(
node(1, p(0.0, -1.0)),
Expand Down

0 comments on commit 5a66965

Please sign in to comment.