Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Nov 24, 2024
1 parent 0839dae commit 4c445ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void integrationTest(@TempDir Path tmpDir) throws Exception {
.assertNumFeatures(mbtiles, "bicycle-route-international", 14, Map.of(
"name", "EuroVelo 8 - Mediterranean Route - part Monaco",
"ref", "EV8"
), GeoUtils.WORLD_LAT_LON_BOUNDS, 25, LineString.class);
), GeoUtils.WORLD_LAT_LON_BOUNDS, 13, LineString.class);

TestUtils.assertTileDuplicates(mbtiles, 0);
}
Expand Down

0 comments on commit 4c445ae

Please sign in to comment.