Skip to content

Commit

Permalink
unit test adjusted for POI office class changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phanecak-maptiler committed Dec 15, 2023
1 parent 82bb68a commit 7eed2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/openmaptiles/layers/PoiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ void testGridRank() throws GeometryException {
void testEmbassy() {
assertFeatures(7, List.of(Map.of(
"_layer", "poi",
"class", "diplomatic",
"class", "office",
"subclass", "diplomatic",
"name", "The Embassy"
)), process(pointFeature(Map.of(
Expand Down

0 comments on commit 7eed2ac

Please sign in to comment.