Skip to content

Commit cd83ecf

Browse files
committed
fix crossline tests
1 parent 85714e8 commit cd83ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jasmine/tests/hover_crossline_test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ describe('crossline', function() {
163163
Plotly.plot(gd, _mock).then(function() {
164164
_hover({xval: 2, yval: 3}, 'xy');
165165
_assert(
166-
[[80, 250, 1033, 250], [557, 100, 557, 401]]
166+
[[80, 250, 1036, 250], [557, 100, 557, 401]]
167167
);
168168
})
169169
.then(function() {
170170
_hover({xval: 30, yval: 40}, 'x2y2');
171171
_assert(
172-
[[652, 167, 985, 167], [820, 115, 820, 220]]
172+
[[652, 167, 988, 167], [820, 115, 820, 220]]
173173
);
174174
})
175175
.catch(fail)

0 commit comments

Comments
 (0)