We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77843d9 commit ba8d469Copy full SHA for ba8d469
fvm/src/blockstore/buffered.rs
@@ -357,7 +357,7 @@ mod tests {
357
mem.get_cbor::<(Cid, u8)>(&root_cid).unwrap(),
358
Some((obj_cid, 1)),
359
);
360
- assert_eq!(buf_store.get_cbor::<u8>(&identity_cid).unwrap(), None);
+ assert_eq!(buf_store.get(&identity_cid).unwrap(), None);
361
assert_eq!(buf_store.get(&unsealed_comm_cid).unwrap(), None);
362
assert_eq!(buf_store.get(&sealed_comm_cid).unwrap(), None);
363
assert_eq!(mem.get_cbor::<u8>(&unconnected).unwrap(), None);
0 commit comments