Skip to content

Commit 278a61c

Browse files
committed
fix(internal): Update advisory-lock test to expect max_lifetime option
1 parent e9cca21 commit 278a61c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/internal/src/db/__tests__/advisory-lock.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ describe('advisory-lock', () => {
9292
max: 1,
9393
idle_timeout: 0,
9494
connect_timeout: 10,
95+
max_lifetime: 0,
9596
})
9697

9798
await result.handle?.release()

0 commit comments

Comments
 (0)