Skip to content

Commit

Permalink
Update scale.linear.tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
teroman committed May 25, 2018
1 parent fd7f051 commit a5740e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/scale.linear.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ describe('Linear Scale', function() {
expect(chart.scales['x-axis-0'].min).toEqual(20);
expect(chart.scales['x-axis-0'].max).toEqual(21);
});

it('max setting should be used if it set to zero', function() {
var barData = {
labels: ['S1', 'S2', 'S3'],
Expand Down

0 comments on commit a5740e0

Please sign in to comment.