diff --git a/beacon_node/beacon_chain/tests/column_verification.rs b/beacon_node/beacon_chain/tests/column_verification.rs index f048a08bb85..ca9893941a1 100644 --- a/beacon_node/beacon_chain/tests/column_verification.rs +++ b/beacon_node/beacon_chain/tests/column_verification.rs @@ -170,7 +170,7 @@ async fn verify_header_signature_fork_block_bug() { // This keeps the head at the pre-fork state (Electra). harness.advance_slot(); let rpc_block = harness - .build_rpc_block_from_blobs(block_root, signed_block.clone(), None) + .build_rpc_block_from_blobs(signed_block.clone(), None, false) .expect("Should build RPC block"); let availability = harness .chain