Skip to content

Commit abf6076

Browse files
committed
Resync of bson-binary-vector test after suggestion on specs PR
1 parent ea30fce commit abf6076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bson_binary_vector/packed_bit.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
{
1515
"description": "Simple Vector PACKED_BIT",
1616
"valid": true,
17-
"vector": [127, 8],
17+
"vector": [127, 7],
1818
"dtype_hex": "0x10",
1919
"dtype_alias": "PACKED_BIT",
2020
"padding": 0,
21-
"canonical_bson": "1600000005766563746F7200040000000910007F0800"
21+
"canonical_bson": "1600000005766563746F7200040000000910007F0700"
2222
},
2323
{
2424
"description": "PACKED_BIT with padding",

0 commit comments

Comments
 (0)