Skip to content

Commit 0020131

Browse files
committed
chore: fix typo
1 parent 7886bcd commit 0020131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/pg/test/integration/connection-pool/error-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ suite.test('handles socket error during pool.query and destroys it immediately',
178178
// })
179179
// )
180180
// client.query(
181-
// // Retrieve a field which lenght cannot be handled by JS (+700Mo string)
181+
// // Retrieve a field which length cannot be handled by JS
182182
// `SELECT repeat('A', 536870889)`,
183183
// assert.calls((err) => {
184184
// if (helper.args.native) {

0 commit comments

Comments
 (0)