Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Jun 19, 2019
1 parent 0a2cb7b commit eae2a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/scale.category.tests.js
Expand Up @@ -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() {
Expand Down

0 comments on commit eae2a3f

Please sign in to comment.