Skip to content

Commit 23a29f2

Browse files
committed
axes_test: Add precision param to new toBeCloseToArray call
1 parent 049b7fe commit 23a29f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/axes_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,7 @@ describe('Test axes', function() {
69116911
.filter(function(d) { return d.minor; })
69126912
.map(function(d) { return d.x; });
69136913

6914-
expect(positions).toBeCloseToArray(expPositions);
6914+
expect(positions).toBeCloseToArray(expPositions, 3);
69156915
}
69166916

69176917
it('minor tickvals', function(done) {

0 commit comments

Comments
 (0)