From ece4bc0fa812c2c8df4888dc5064194920e32e28 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 21 May 2026 16:21:47 +1000 Subject: [PATCH] Fix proto_array tests --- consensus/proto_array/src/fork_choice_test_definition.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/consensus/proto_array/src/fork_choice_test_definition.rs b/consensus/proto_array/src/fork_choice_test_definition.rs index 58d767ec05..72a688c3d0 100644 --- a/consensus/proto_array/src/fork_choice_test_definition.rs +++ b/consensus/proto_array/src/fork_choice_test_definition.rs @@ -343,7 +343,7 @@ impl ForkChoiceTestDefinition { block_root, attestation_slot, false, - false, + true, MainnetEthSpec::slots_per_epoch(), ) .unwrap_or_else(|_| {