Skip to content

Commit e3e5f31

Browse files
committed
fix typo in test descriptions
1 parent 14f676d commit e3e5f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/jasmine/tests/box_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ describe('Test box hover:', function() {
313313
nums: 'look:0.7',
314314
name: ''
315315
}, {
316-
desc: 'orientation:h | hovermode;y',
316+
desc: 'orientation:h | hovermode:y',
317317
mock: require('@mocks/box_grouped_horz.json'),
318318
pos: [430, 130],
319319
nums: [

test/jasmine/tests/violin_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ describe('Test violin hover:', function() {
490490
name: '',
491491
isRotated: false
492492
}, {
493-
desc: 'orientation:h | hovermode;y',
493+
desc: 'orientation:h | hovermode:y',
494494
mock: require('@mocks/violin_grouped_horz-multicategory.json'),
495495
patch: function(fig) {
496496
// don't hover on kde, to avoid local vs CI discrepancies

0 commit comments

Comments
 (0)