Skip to content

Commit 26b23c1

Browse files
committed
Fix test
1 parent 788c819 commit 26b23c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -2350,6 +2350,7 @@ t('Ensure reconnect after max_lifetime with transactions', { timeout: 5 }, async
23502350

23512351

23522352
t('Ensure transactions throw if connection is closed dwhile there is no query', async() => {
2353+
const sql = postgres(options)
23532354
const x = await sql.begin(async() => {
23542355
setTimeout(() => sql.end({ timeout: 0 }), 10)
23552356
await new Promise(r => setTimeout(r, 200))

0 commit comments

Comments
 (0)