Skip to content

Commit 50de7ef

Browse files
Update src/corim.rs
Co-authored-by: setrofim <[email protected]>
1 parent 652e9f3 commit 50de7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/corim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2857,7 +2857,7 @@ mod tests {
28572857
ciborium::into_writer(&validity_map, &mut actual_cbor).unwrap();
28582858

28592859
let expected_cbor = vec![
2860-
0xa2, // map(indef)
2860+
0xa2, // map(2)
28612861
0x00, // key: 0 [not-before]
28622862
0xc1, // value: tag(1)
28632863
0x01, // 1

0 commit comments

Comments
 (0)