From 1b716b457560293a9270676484951622be046415 Mon Sep 17 00:00:00 2001 From: Michael Schramm Date: Mon, 11 Oct 2021 11:00:02 +0200 Subject: [PATCH] fix: allow lock modes for cockroachdb closes #8249 --- test/functional/query-builder/locking/query-builder-locking.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/query-builder/locking/query-builder-locking.ts b/test/functional/query-builder/locking/query-builder-locking.ts index 2a5876d5f0..df9286089e 100644 --- a/test/functional/query-builder/locking/query-builder-locking.ts +++ b/test/functional/query-builder/locking/query-builder-locking.ts @@ -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 }), ]);