Skip to content

Commit 06097d7

Browse files
committed
shift new bar hover test for ci
1 parent 30bc8c7 commit 06097d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/bar_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ describe('bar hover', function() {
13751375
out = _hover(gd, 125, 0.8, 'x');
13761376

13771377
expect(out.style).toEqual([1, 'red', 200, 1]);
1378-
assertPos(out.pos, [201, 301, 168, 168]);
1378+
assertPos(out.pos, [203, 304, 168, 168]);
13791379
})
13801380
.catch(failTest)
13811381
.then(done);

0 commit comments

Comments
 (0)