Commit b8161ce
fix: correct BOOLEAN test to use uint64 matching actual implementation
The test docstring said "int64 (putInt64/getInt64)" and used
decode_int64, but the implementation uses encode_uint64/decode_uint64.
Updated test name, docstring, and assertions to use decode_uint64,
matching the C server's uint64_t boolean encoding.
Closes #126
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent fc7eeeb commit b8161ce
1 file changed
Lines changed: 6 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
319 | 319 | | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | | - | |
326 | | - | |
| 325 | + | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
331 | | - | |
| 329 | + | |
| 330 | + | |
332 | 331 | | |
333 | 332 | | |
334 | 333 | | |
| |||
0 commit comments