Skip to content

Commit

Permalink
chore: register Borowa Górka as map border point
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jan 19, 2025
1 parent 3112490 commit a5648b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .data/border_points.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,11 @@
"ext_point_ids": [
"1998"
]
},
{
"name": "Borowa Górka",
"ext_point_ids": [
"285"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public final class MapBorderPointProviderTest {
@Test
void testAllBorderPointsWereLoaded() {
var borderPoints = this.borderPointProvider.mapBorderPointIds;
Assertions.assertEquals(32, borderPoints.size());
Assertions.assertEquals(33, borderPoints.size());
}

@Test
Expand Down

0 comments on commit a5648b7

Please sign in to comment.