Skip to content

Commit

Permalink
Fix logarighmic test to use correct scale (#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle authored and etimberg committed Oct 19, 2019
1 parent 69a5082 commit d386013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/scale.logarithmic.tests.js
Expand Up @@ -749,7 +749,7 @@ describe('Logarithmic Scale tests', function() {
}
});

expect(chart.scales.yScale1.getLabelForIndex(0, 2)).toBe(150);
expect(chart.scales.yScale0.getLabelForIndex(0, 2)).toBe(150);
});

describe('when', function() {
Expand Down

0 comments on commit d386013

Please sign in to comment.