Skip to content

Commit

Permalink
Close client in test
Browse files Browse the repository at this point in the history
  • Loading branch information
brianc committed Aug 1, 2024
1 parent a221d7c commit e57c95f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pg/test/integration/gh-issues/3174-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ suite.testAsync('Out of order parseComplete on extended query is catchable', asy
})

await client.query('SELECT $1', ['foo'])
// await client.end()
await delay(100)
await delay(40)
assert(cli.native || errorHit)
await client.end()

await closeServer()
})
Expand Down

0 comments on commit e57c95f

Please sign in to comment.