Use signed in a bunch of places

This commit is contained in:
2025-08-23 20:52:40 -04:00
parent 23b0e7f39a
commit 94f78ebbe7
11 changed files with 41 additions and 37 deletions

View File

@@ -335,7 +335,7 @@ TEST_CASE("Parser Comparison - Edge Cases") {
SUBCASE("Large read_version") {
test_parser_comparison(R"({
"leader_id": "leader456",
"read_version": 18446744073709551615
"read_version": 9223372036854775807
})",
"Large read_version");
}