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 92cbc11 commit 28ce63cCopy full SHA for 28ce63c
test/errors.js
@@ -6,7 +6,7 @@ const testDb = require('./helpers');
6
7
tap.test('Connect to an invalid host', (test) => {
8
const zongji = new ZongJi({
9
- host: 'wronghost',
+ host: '127.0.0.2', // Non existent host
10
user: 'wronguser',
11
password: 'wrongpass'
12
});
0 commit comments