From a0ab8f12603f9de4369d6d74627d2e26f48dfac8 Mon Sep 17 00:00:00 2001 From: Hidenori Shinohara Date: Fri, 10 Nov 2023 17:31:13 -0800 Subject: [PATCH] clean up a TODO --- plonky2x/core/src/frontend/eth/rlp/builder.rs | 2 -- 1 file changed, 2 deletions(-) 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() {