Skip to content

Commit e85d53c

Browse files
committed
Only test minzoom
1 parent e701a5c commit e85d53c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tiles/src/test/java/com/protomaps/basemap/layers/RoadsTest.java

-3
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ void relation2() {
8080

8181
assertFeatures(0,
8282
List.of(Map.of(
83-
"kind", "highway",
8483
"_minzoom", 6
8584
)),
8685
features
@@ -109,7 +108,6 @@ void relation3() {
109108

110109
assertFeatures(0,
111110
List.of(Map.of(
112-
"kind", "highway",
113111
"_minzoom", 7
114112
)),
115113
features
@@ -138,7 +136,6 @@ void relation4() {
138136

139137
assertFeatures(0,
140138
List.of(Map.of(
141-
"kind", "highway",
142139
"_minzoom", 3
143140
)),
144141
features

0 commit comments

Comments
 (0)