Skip to content

Commit 42138e7

Browse files
committed
fix tests
1 parent 19a06c6 commit 42138e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/annotations_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ describe('annotations autorange', function() {
600600
expect(fullLayout.yaxis2.range).toBeCloseToArray(y2, PRECY2, 'yaxis2');
601601
expect(fullLayout.xaxis3.range).toBeCloseToArray(x3, PRECX3, 'xaxis3');
602602
expect(fullLayout.yaxis3.range).toBeCloseToArray(y3, PREC, 'yaxis3');
603-
expect(fullLayout.xaxis4.range).toBeCloseToArray(x4, PRECX3, 'xaxis4');
603+
expect(fullLayout.xaxis4.range).toBeCloseToArray(x4, PRECX2, 'xaxis4');
604604
expect(fullLayout.yaxis4.range).toBeCloseToArray(y4, PRECY2, 'yaxis4');
605605
}
606606

0 commit comments

Comments
 (0)