We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ded8d3 commit 556ed36Copy full SHA for 556ed36
test/integration/runner.js
@@ -73,7 +73,7 @@ new TestRunner({
73
port: process.env.WATERLINE_ADAPTER_TESTS_PORT || 3306,
74
user: process.env.WATERLINE_ADAPTER_TESTS_USER || 'root',
75
password: process.env.WATERLINE_ADAPTER_TESTS_PASSWORD || '',
76
- database: process.env.WATERLINE_ADAPTER_TESTS_DATABASE || 'sails_mysql',
+ database: process.env.WATERLINE_ADAPTER_TESTS_DATABASE || 'sails_unitTest',
77
pool: true,
78
connectionLimit: 10,
79
queueLimit: 0,
0 commit comments