summaryrefslogtreecommitdiff
path: root/render-test/tests/filesize/fail-file-doesnt-match/style.json
diff options
context:
space:
mode:
Diffstat (limited to 'render-test/tests/filesize/fail-file-doesnt-match/style.json')
-rw-r--r--render-test/tests/filesize/fail-file-doesnt-match/style.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/render-test/tests/filesize/fail-file-doesnt-match/style.json b/render-test/tests/filesize/fail-file-doesnt-match/style.json
index 91e90ffbe8..a3267fcf5e 100644
--- a/render-test/tests/filesize/fail-file-doesnt-match/style.json
+++ b/render-test/tests/filesize/fail-file-doesnt-match/style.json
@@ -3,8 +3,8 @@
"metadata": {
"test": {
"operations": [
- ["probeFileSize", "style", "aaaaa.json"],
- ["probeFileSize", "image", "bbbbb.png"]
+ ["probeFileSize", "style", "style.json"],
+ ["probeFileSize", "image", "expected.png"]
],
"width": 64,
"height": 64
@@ -22,15 +22,11 @@
}
}
},
- "sprite": "local://sprites/sprite",
"layers": [
{
- "id": "symbol",
- "type": "symbol",
- "source": "geojson",
- "layout": {
- "icon-image": "circle-12"
- }
+ "id": "circle",
+ "type": "circle",
+ "source": "geojson"
}
]
}