diff --git a/planetiler-core/src/test/java/com/onthegomap/planetiler/PlanetilerTests.java b/planetiler-core/src/test/java/com/onthegomap/planetiler/PlanetilerTests.java index ed8c231734..305b472a84 100644 --- a/planetiler-core/src/test/java/com/onthegomap/planetiler/PlanetilerTests.java +++ b/planetiler-core/src/test/java/com/onthegomap/planetiler/PlanetilerTests.java @@ -467,7 +467,7 @@ void testMinSize() throws Exception { TileCoord.ofXYZ(Z14_TILES / 2, Z14_TILES / 2, 14), List.of( feature(newPoint(64, 64), Map.of("type", "line")), feature(newPoint(64, 64), Map.of("type", "poly")) - ), // features are too small at z13 + ) // features are too small at z13 ), results.tiles); }