Skip to content

Commit ee6e79a

Browse files
committed
ignore(xqSuite.js):run lint
bug still present see #628
1 parent cf02460 commit ee6e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mocha/xqSuite.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('running XQsuite test …', function () {
1616
.expect(200)
1717
.end(function (err, res) { // eslint-disable-line handle-callback-err
1818
console.info('response body: ' + JSON.stringify(res.body))
19-
if (err) return done(err);
19+
if (err) return done(err)
2020
try {
2121
console.group()
2222
console.group()

0 commit comments

Comments
 (0)