Skip to content

Commit 4665dde

Browse files
committed
test "should rotate labels to avoid overlap": Fix next failing test
1 parent 89fa7bb commit 4665dde

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
@@ -4934,7 +4934,7 @@ describe('Test axes', function() {
49344934
})
49354935
.then(function() {
49364936
_assert('narrow range / wide ticks - rotated', {
4937-
angle: [90, 90]
4937+
angle: [30, 30]
49384938
});
49394939
})
49404940
.then(done, done.fail);

0 commit comments

Comments
 (0)