Skip to content

Commit 85821d1

Browse files
committed
fit -> it
1 parent bd528a2 commit 85821d1

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
@@ -5337,7 +5337,7 @@ describe('hovermode: (x|y)unified', function() {
53375337
});
53385338

53395339
['scatter', 'scattergl'].forEach(function(scatterType) {
5340-
fit(scatterType + ' period points alignments', function(done) {
5340+
it(scatterType + ' period points alignments', function(done) {
53415341
Plotly.newPlot(gd, {
53425342
data: [
53435343
{

0 commit comments

Comments
 (0)