Skip to content

Commit f562832

Browse files
committed
fix tests
1 parent 751d527 commit f562832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_spikeline_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('spikeline', function() {
120120
Plotly.plot(gd, _mock).then(function() {
121121
_hover({xval: 2, yval: 3}, 'xy');
122122
_assert(
123-
[[557, 100, 557, 401], [557, 100, 557, 401], [80, 250, 1033, 250], [80, 250, 1033, 250]],
123+
[[557, 100, 557, 401], [557, 100, 557, 401], [80, 250, 1036, 250], [80, 250, 1036, 250]],
124124
[[83, 250]]
125125
);
126126
})

0 commit comments

Comments
 (0)