We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 049b7fe commit 23a29f2Copy full SHA for 23a29f2
1 file changed
test/jasmine/tests/axes_test.js
@@ -6911,7 +6911,7 @@ describe('Test axes', function() {
6911
.filter(function(d) { return d.minor; })
6912
.map(function(d) { return d.x; });
6913
6914
- expect(positions).toBeCloseToArray(expPositions);
+ expect(positions).toBeCloseToArray(expPositions, 3);
6915
}
6916
6917
it('minor tickvals', function(done) {
0 commit comments