Skip to content

Commit 7078448

Browse files
committed
fixup test for ci
1 parent 713dab5 commit 7078448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/range_slider_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ describe('the range slider', function() {
204204
expect(+maskMin.getAttribute('width')).toBeWithin(126, TOL);
205205
expect(+maskMax.getAttribute('width')).toEqual(0);
206206
testTranslate1D(handleMin, 123.32);
207-
testTranslate1D(handleMax, 619);
207+
testTranslate1D(handleMax, 617);
208208
})
209209
.then(done);
210210
});

0 commit comments

Comments
 (0)