From 0b8deca08b9257c41055b4f34ebdaf1459b2de89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 23 May 2024 15:35:16 +0100 Subject: chore: update denokv_* crates (#23949) Co-authored-by: losfair --- tests/unit/kv_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/kv_test.ts b/tests/unit/kv_test.ts index 42914cccd..c39e0d0fc 100644 --- a/tests/unit/kv_test.ts +++ b/tests/unit/kv_test.ts @@ -472,7 +472,7 @@ dbTest("atomic mutation type=sum wrong type in mutation", async (db) => { .commit(); }, TypeError, - "Failed to perform 'sum' mutation on a non-U64 operand", + "Cannot sum KvU64 with Number", ); }); -- cgit v1.2.3