Skip to content

Commit 8cca543

Browse files
committed
edit typo in test
1 parent 8ed6474 commit 8cca543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/waterfall_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ describe('waterfall hover', function() {
14441444
var mock = Lib.extendDeep({}, require('@mocks/text_chart_arrays'));
14451445
mock.data.forEach(function(t) {
14461446
t.type = 'waterfall';
1447-
t.hovertemplate = t.hovertemplate = 'Value: %{y}<br>SUM: %{final}<br>START: %{initial}<br>DIFF: %{delta}<extra></extra>';
1447+
t.hovertemplate = 'Value: %{y}<br>SUM: %{final}<br>START: %{initial}<br>DIFF: %{delta}<extra></extra>';
14481448
});
14491449

14501450
function _hover() {

0 commit comments

Comments
 (0)