Skip to content

Commit

Permalink
add spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfiorotto committed Aug 30, 2018
1 parent afb57c4 commit 801f861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/query/test-query-rows-array.js
Expand Up @@ -8,7 +8,7 @@ server.listen(common.fakeServerPort, function (err) {
assert.ifError(err);

connection.query({
sql : 'SELECT CURRENT_USER()',
sql : 'SELECT CURRENT_USER()',
arrayRows : true
}, function (err, rows) {
assert.ifError(err);
Expand Down

0 comments on commit 801f861

Please sign in to comment.