Skip to content

Commit 2ba18d3

Browse files
committed
Fix
1 parent 490ce0c commit 2ba18d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

beacon_node/beacon_chain/tests/tests.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ use state_processing::EpochProcessingError;
1414
use state_processing::{per_slot_processing, per_slot_processing::Error as SlotProcessingError};
1515
use std::sync::LazyLock;
1616
use types::{
17-
BeaconState, BeaconStateError, BlockImportSource, Checkpoint, DEFAULT_PRE_ELECTRA_WS_PERIOD,
18-
EthSpec, ForkName, Hash256, MainnetEthSpec, MinimalEthSpec, RelativeEpoch, Slot,
17+
BeaconState, BeaconStateError, BlockImportSource, ChainSpec, Checkpoint,
18+
DEFAULT_PRE_ELECTRA_WS_PERIOD, EthSpec, ForkName, Hash256, MainnetEthSpec, MinimalEthSpec,
19+
RelativeEpoch, Slot,
1920
};
2021

2122
type E = MinimalEthSpec;

0 commit comments

Comments
 (0)