Skip to content

Commit b47c7af

Browse files
authored
Update unit test
1 parent 40e69d3 commit b47c7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1804,6 +1804,7 @@ describe('Test axes', function() {
18041804

18051805
function _autoBin(x, ax, nbins) {
18061806
ax._categories = [];
1807+
ax._categoriesMap = {};
18071808
Axes.setConvert(ax);
18081809

18091810
var d = ax.makeCalcdata({ x: x }, 'x');

0 commit comments

Comments
 (0)