Skip to content

Commit 4da35d8

Browse files
committed
Remove accidental commit of fit call in jasmine test
1 parent fcebdfc commit 4da35d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/jasmine/tests/hover_label_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7437,7 +7437,7 @@ describe('hovermode: (x|y)unified', function () {
74377437
.then(done, done.fail);
74387438
});
74397439

7440-
fit('hover label should only show values of hovered category', function (done) {
7440+
it('hover label should only show values of hovered category', function (done) {
74417441
Plotly.newPlot(gd, {
74427442
data: [
74437443
{ name: 'bar',

0 commit comments

Comments
 (0)