Skip to content

Commit 4cf7770

Browse files
committed
increase compare tolerance for mapbox_geojson-attributes
1 parent 96a7d92 commit 4cf7770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/image/compare_pixels_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ for(var i = 0; i < allMockList.length; i++) {
124124

125125
var numDiffPixels = pixelmatch(img0.data, img1.data, diff.data, width, height, {
126126
threshold: shouldBePixelPerfect ? 0 :
127-
mockName === 'mapbox_geojson-attributes' ? 0.2 : 0.15
127+
mockName === 'mapbox_geojson-attributes' ? 0.25 : 0.15
128128
});
129129

130130
if(numDiffPixels) {

0 commit comments

Comments
 (0)