Skip to content

Commit c045bc5

Browse files
committed
wider acceptance range for mapbox plot size test so it works locally
(for me alexcjohnson anyway)
1 parent 5ff9722 commit c045bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/mapbox_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ describe('mapbox plots', function() {
449449

450450
var divStyle = mapInfo.div.style;
451451
['left', 'top', 'width', 'height'].forEach(function(p, i) {
452-
expect(parseFloat(divStyle[p])).toBeWithin(dims[i], 5);
452+
expect(parseFloat(divStyle[p])).toBeWithin(dims[i], 8);
453453
});
454454
}
455455

0 commit comments

Comments
 (0)