Skip to content

Commit 28ce63c

Browse files
committed
Slight test rework
1 parent 92cbc11 commit 28ce63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const testDb = require('./helpers');
66

77
tap.test('Connect to an invalid host', (test) => {
88
const zongji = new ZongJi({
9-
host: 'wronghost',
9+
host: '127.0.0.2', // Non existent host
1010
user: 'wronguser',
1111
password: 'wrongpass'
1212
});

0 commit comments

Comments
 (0)