diff --git a/plonky2x/core/src/frontend/eth/rlp/builder.rs b/plonky2x/core/src/frontend/eth/rlp/builder.rs index 579015054..1838d4997 100644 --- a/plonky2x/core/src/frontend/eth/rlp/builder.rs +++ b/plonky2x/core/src/frontend/eth/rlp/builder.rs @@ -513,8 +513,6 @@ mod tests { test_verify_decoded_mpt_node::(rlp_encoding, |x| x); } - // TODO: Create a test where it's supposed to fail. - #[test] #[should_panic] fn test_verify_decoded_mpt_node_branch_node_fuzzed_prefix() {