Skip to content

Commit 48c872b

Browse files
Fix test name
1 parent f2f9dd8 commit 48c872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ describe('Hover on multicategory axes', function() {
26422642
});
26432643

26442644
it('should work with series', function(done) {
2645-
var fig = Lib.extendDeep({}, require('@mocks/multicategory_series.json'));
2645+
var fig = Lib.extendDeep({}, require('@mocks/zz-multicategory_series.json'));
26462646
fig.data = [fig.data[0]];
26472647
fig.layout.width = 500;
26482648
fig.layout.height = 500;

0 commit comments

Comments
 (0)