Skip to content

Commit 904932e

Browse files
brianccharmander
andcommitted
Update packages/pg-pool/test/releasing-clients.js
Co-Authored-By: Charmander <~@charmander.me>
1 parent 9e04e1f commit 904932e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-pool/test/releasing-clients.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ describe('releasing clients', () => {
4141
// end the client gracefully (but you shouldn't do this with pooled clients)
4242
client.end()
4343

44-
// try to return it to the bool
44+
// try to return it to the pool
4545
client.release()
4646
expect(pool.totalCount).to.eql(0)
4747
expect(pool.idleCount).to.eql(0)

0 commit comments

Comments
 (0)