mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-06 08:24:05 +01:00
Fix logarighmic test to use correct scale (#6580)
This commit is contained in:
committed by
Evert Timberg
parent
69a5082bd6
commit
d3860137fe
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user