Fix logarighmic test to use correct scale (#6580)

This commit is contained in:
Jukka Kurkela
2019-10-19 23:17:57 +03:00
committed by Evert Timberg
parent 69a5082bd6
commit d3860137fe

View File

@@ -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() {