Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljblinick committed Dec 9, 2019
1 parent d295d34 commit 56c68bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jasmine/tests/transform_groupby_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ describe('groupby', function() {
.then(done);
});

it ('Plotly.plot should group points properly using typed array', function(done) {
it('Plotly.plot should group points properly using typed array', function(done) {
var data = Lib.extendDeep([], mockDataWithTypedArrayGroups);

var gd = createGraphDiv();
Expand All @@ -347,7 +347,7 @@ describe('groupby', function() {
})
.catch(failTest)
.then(done);
})
});
});

describe('many-to-many transforms', function() {
Expand Down

0 comments on commit 56c68bd

Please sign in to comment.