From 7614abf6df8c5f506cb7769510eaa73d12e38192 Mon Sep 17 00:00:00 2001 From: realbigsean Date: Wed, 26 Apr 2023 17:55:21 -0400 Subject: [PATCH] fix --- beacon_node/beacon_chain/tests/attestation_production.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beacon_node/beacon_chain/tests/attestation_production.rs b/beacon_node/beacon_chain/tests/attestation_production.rs index a45389c3c6..c6b116e5ad 100644 --- a/beacon_node/beacon_chain/tests/attestation_production.rs +++ b/beacon_node/beacon_chain/tests/attestation_production.rs @@ -1,4 +1,5 @@ -#[cfg(not(debug_assertions))] +#![cfg(not(debug_assertions))] + use beacon_chain::blob_verification::BlockWrapper; use beacon_chain::test_utils::{AttestationStrategy, BeaconChainHarness, BlockStrategy}; use beacon_chain::{StateSkipConfig, WhenSlotSkipped};