From eae2a3f9c049657044c23db2639eb7d648531c7e Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Wed, 19 Jun 2019 15:28:03 +0300 Subject: [PATCH] Rebase --- test/specs/scale.category.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {