summaryrefslogtreecommitdiff
path: root/test/style/conversion/tileset.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/style/conversion/tileset.test.cpp')
-rw-r--r--test/style/conversion/tileset.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/style/conversion/tileset.test.cpp b/test/style/conversion/tileset.test.cpp
index b70af7a911..8002cd038f 100644
--- a/test/style/conversion/tileset.test.cpp
+++ b/test/style/conversion/tileset.test.cpp
@@ -60,7 +60,7 @@ TEST(Tileset, FullConversion) {
"minzoom": 1,
"maxzoom": 2,
"attribution": "mapbox",
- "bounds": [-180, 73, -120, -73]
+ "bounds": [-180, -73, -120, 73]
})JSON", error);
EXPECT_EQ(converted.tiles[0], "http://mytiles");