chore: remove non-existant test-utils cfg (#6555)

This commit is contained in:
DaniPopes
2024-02-12 02:17:48 +02:00
committed by GitHub
parent 0977249e64
commit 3c1f3ac4ec

View File

@ -83,7 +83,7 @@ pub(crate) mod sync;
/// [consensus engine][`crate::engine::BeaconConsensusEngine`].
pub mod hooks;
#[cfg(any(test, feature = "test-utils"))]
#[cfg(test)]
pub mod test_utils;
/// The maximum number of invalid headers that can be tracked by the engine.