Skip to content

Commit 5481057

Browse files
Minor typos
1 parent e3d6f3e commit 5481057

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

plonky2x/core/src/frontend/eth/rlp/builder.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,8 @@ mod tests {
387387
use crate::utils::{bytes, setup_logger};
388388

389389
#[test]
390-
/// Simple test to check that `decode_mpt_node`
390+
/// Simple test to check for `decode_mpt_node`, which is just a wrapper for
391+
/// `verify_decoded_mpt_node`.
391392
fn test_decode_mpt_node() {
392393
setup_logger();
393394
const ENCODING_LEN: usize = 600;
@@ -422,6 +423,7 @@ mod tests {
422423

423424
assert_eq!(mpt_got.len, mpt_exp.len);
424425
assert_eq!(mpt_got.data, mpt_exp.data);
426+
assert_eq!(mpt_got.lens, mpt_exp.lens);
425427
}
426428

427429
/// Passes `verify_decode_mpt_node` the given rlp-encoded string and their decoded values.

0 commit comments

Comments
 (0)