Skip to content

Commit

Permalink
register 'Kraków Zabłocie' as border point
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Jan 12, 2025
1 parent c665ca8 commit 9fa7b91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .data/border_points.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,15 @@
"name": "Kraków Płaszów",
"ext_point_ids": [
"2003"
],
"in_border_if_next": [
"1952"
]
},
{
"name": "Kraków Zabłocie",
"ext_point_ids": [
"2030"
]
},
{
Expand Down
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(31, borderPoints.size());
Assertions.assertEquals(32, borderPoints.size());
}

@Test
Expand Down

0 comments on commit 9fa7b91

Please sign in to comment.