diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-05-23 15:35:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-23 16:35:16 +0200 |
commit | 0b8deca08b9257c41055b4f34ebdaf1459b2de89 (patch) | |
tree | a26602ffb9ee4ea88271722829252ba3b4b5c1eb /tests/unit/kv_test.ts | |
parent | aeafb7b39ed6e0cb7601be53f63a5c6e0f2aa1a8 (diff) |
chore: update denokv_* crates (#23949)
Co-authored-by: losfair <zhy20000919@hotmail.com>
Diffstat (limited to 'tests/unit/kv_test.ts')
-rw-r--r-- | tests/unit/kv_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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", ); }); |