Skip to content

Commit

Permalink
fix: allow lock modes for cockroachdb
Browse files Browse the repository at this point in the history
  • Loading branch information
wodka committed Oct 11, 2021
1 parent 3b159c1 commit 1b716b4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -589,7 +589,7 @@ describe("query builder > locking", () => {
.setLock('pessimistic_write')
.getOne()
.catch(e => {
console.log('failed first with error', e)
console.log('failed second with error', e)
throw e
}),
]);
Expand Down

0 comments on commit 1b716b4

Please sign in to comment.