Skip to content

Commit 5ce81d4

Browse files
committed
improved issue template
1 parent ed970d7 commit 5ce81d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RESET THEM TO '' BEFORE COMMITING CHANGES!
33
const mysql_host = '127.0.0.1';
44
const mysql_user = 'root';
5-
const mysql_pass = 'bijoux22';
5+
const mysql_pass = '';
66

77
const expect = require('chai').expect;
88
const {errorHandler,query,mysqlConnect,createTestDB,destroyTestDB,closeConnection} = require('./test-helpers.js');

0 commit comments

Comments
 (0)