summaryrefslogtreecommitdiff
path: root/tests/unit/kv_test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-05-23 15:35:16 +0100
committerGitHub <noreply@github.com>2024-05-23 16:35:16 +0200
commit0b8deca08b9257c41055b4f34ebdaf1459b2de89 (patch)
treea26602ffb9ee4ea88271722829252ba3b4b5c1eb /tests/unit/kv_test.ts
parentaeafb7b39ed6e0cb7601be53f63a5c6e0f2aa1a8 (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.ts2
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",
);
});