diff --git a/test/specs/scale.category.tests.js b/test/specs/scale.category.tests.js index e22e23fb9db..1a55dbb6b06 100644 --- a/test/specs/scale.category.tests.js +++ b/test/specs/scale.category.tests.js @@ -469,7 +469,7 @@ describe('Category scale tests', function() { var yScale = chart.scales.yScale0; expect(yScale.getPixelForValue({x: 0, y: 2}, 0, 0)).toBeCloseToPixel(257); - expect(yScale.getPixelForValue({x: 0, y: 1}, 4, 0)).toBeCloseToPixel(144); + expect(yScale.getPixelForValue({x: 0, y: 1}, 4, 0)).toBeCloseToPixel(370); }); it('Should get the correct pixel for an object value in a bar chart', function() {