Skip to content

Commit fd1af11

Browse files
authored
fix: host
1 parent c0b705d commit fd1af11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-native/test/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('connection', function () {
77
})
88

99
it('connects with args', function (done) {
10-
Client().connect('host=localhost', done)
10+
Client().connect('host=db', done)
1111
})
1212

1313
it('errors out with bad connection args', function (done) {

0 commit comments

Comments
 (0)