Skip to content

Commit

Permalink
Fix mysqljs#1371 bigint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinwy committed Apr 6, 2016
1 parent 4273828 commit fb1d14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function mergeTestConfig(config) {
port : process.env.MYSQL_PORT,
user : process.env.MYSQL_USER,
password : process.env.MYSQL_PASSWORD
}, config);
}, config);

return config;
}
Expand Down

0 comments on commit fb1d14d

Please sign in to comment.