Skip to content

Commit

Permalink
more eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Oct 20, 2018
1 parent 13da12c commit 4351a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ describe('Authentication', function () {
});
});
});
describe('login with 3rd party access token', function () {

describe('login with 3rd party access token', function () {
it('success', function (done) {
// Match against an exact URL value
const token = 'mytoken';
Expand Down

0 comments on commit 4351a04

Please sign in to comment.