Skip to content

Commit 4d98780

Browse files
committed
fix test
1 parent 7895727 commit 4d98780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/image_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ describe('image hover:', function() {
679679
mockCopy.layout.xaxis.autorange = test[0];
680680
mockCopy.layout.yaxis.autorange = test[1];
681681
mockCopy.data[0].colormodel = 'rgba';
682-
mockCopy.data[0].hovertemplate = '%{color}<extra></extra>';
682+
mockCopy.data[0].hovertemplate = '%{z}<extra></extra>';
683683
Plotly.newPlot(gd, mockCopy)
684684
.then(function() {_hover(205, 125);})
685685
.then(function() {

0 commit comments

Comments
 (0)