We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b705d commit fd1af11Copy full SHA for fd1af11
packages/pg-native/test/index.js
@@ -7,7 +7,7 @@ describe('connection', function () {
7
})
8
9
it('connects with args', function (done) {
10
- Client().connect('host=localhost', done)
+ Client().connect('host=db', done)
11
12
13
it('errors out with bad connection args', function (done) {
0 commit comments