Skip to content

Commit 14977f5

Browse files
committed
[misc] code style correction
1 parent 7385d22 commit 14977f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/test-local-infile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,8 @@ describe('local-infile', () => {
280280
})
281281
.then(() => {
282282
conn.end();
283-
done('must have thrown error');
283+
// expected result is to throw error, but super user might still read file.
284+
done();
284285
})
285286
.catch((err) => {
286287
assert.equal(err.sqlState, '22000');

0 commit comments

Comments
 (0)