Skip to content

Commit

Permalink
ignore(xqSuite.js):run lint
Browse files Browse the repository at this point in the history
bug still present
see #628
  • Loading branch information
duncdrum committed Sep 29, 2021
1 parent cf02460 commit ee6e79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/mocha/xqSuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('running XQsuite test …', function () {
.expect(200)
.end(function (err, res) { // eslint-disable-line handle-callback-err
console.info('response body: ' + JSON.stringify(res.body))
if (err) return done(err);
if (err) return done(err)
try {
console.group()
console.group()
Expand Down

0 comments on commit ee6e79a

Please sign in to comment.