Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05a1b4f

Browse files
committed
bump down precision for circleCI
1 parent 790bc73 commit 05a1b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/modebar_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ describe('ModeBar', function() {
564564
afterEach(destroyGraphDiv);
565565

566566
function assertRange(actual, expected) {
567-
var PRECISION = 4;
567+
var PRECISION = 2;
568568
expect(actual[0]).toBeCloseTo(expected[0], PRECISION);
569569
expect(actual[1]).toBeCloseTo(expected[1], PRECISION);
570570
}

0 commit comments

Comments
 (0)