summaryrefslogtreecommitdiff
path: root/test/style/conversion/tileset.test.cpp
diff options
context:
space:
mode:
authorAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-01-02 15:26:06 -0700
committerAsheem Mamoowala <asheem.mamoowala@mapbox.com>2018-01-04 16:01:55 -0700
commitef7b673d15865843077aaf5fd68fe8d36b8c6e30 (patch)
tree1a53a69b4a9da56868022f98dab22cd2bad09ac1 /test/style/conversion/tileset.test.cpp
parentef39e8c25bd8c8c70f54f579a3250f7468a2dc0b (diff)
downloadqtlocation-mapboxgl-upstream/5394-tilejson-bounds.tar.gz
Fixes from code review and update gl-js pin to include render testupstream/5394-tilejson-bounds
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");