summaryrefslogtreecommitdiff
path: root/test/fixtures/map/online/style.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/map/online/style.json')
-rw-r--r--test/fixtures/map/online/style.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/map/online/style.json b/test/fixtures/map/online/style.json
index 9543c477aa..921023526c 100644
--- a/test/fixtures/map/online/style.json
+++ b/test/fixtures/map/online/style.json
@@ -12,7 +12,7 @@
"id": "background",
"type": "background",
"paint": {
- "background-color": "red"
+ "background-color": "green"
}
}, {
"id": "water",
@@ -20,7 +20,7 @@
"source": "mapbox",
"source-layer": "water",
"paint": {
- "fill-pattern": "noise",
+ "fill-pattern": "a",
"fill-antialias": false
}
}]