Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nigrosimone authored Jun 23, 2024
1 parent b8239f3 commit 7254ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pg-native/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('connection', function () {
})

it('connects with args', function (done) {
Client().connect('host=db', done)
Client().connect('host=localhost', done)
})

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

0 comments on commit 7254ae7

Please sign in to comment.