Skip to content

Commit

Permalink
Removed wrong comma
Browse files Browse the repository at this point in the history
  • Loading branch information
emerleite committed Jul 15, 2015
1 parent bd0b9d0 commit a23b045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mysql.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var mysql = require('mysql'),
client = new mysql.createConnection({
host: process.env.MYSQL_HOST || 'localhost',
user: 'root',
database: 'database_cleaner',
database: 'database_cleaner'
});

describe('mysql', function() {
Expand Down

0 comments on commit a23b045

Please sign in to comment.