summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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",
);
});