Skip to content

Commit 1ce148d

Browse files
committed
Lint test file
1 parent a30f2c9 commit 1ce148d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/dataTypeAssist.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ assist.allDataTypeNames =
7171

7272
assist.data = {
7373
specialChars: [
74-
'\"',
74+
'"',
7575
' ',
7676
'\'',
7777
'%',
@@ -1011,8 +1011,8 @@ var _verifyFetchedValues = function(connection, rs, array, tableName, cb) {
10111011
var amount = array.length;
10121012
rs.getRows(amount, function(err, rows) {
10131013
async.each(
1014-
rows,
1015-
queryAndCompare,
1014+
rows,
1015+
queryAndCompare,
10161016
function(err) {
10171017
should.not.exist(err);
10181018
rs.close(function(err) {

0 commit comments

Comments
 (0)