Skip to content

Commit

Permalink
Fix test compile
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Nov 26, 2024
1 parent 06af376 commit 20d0f6f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion validator_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ fdlimit = "0.3.0"
env_logger = { workspace = true }
mockito = { workspace = true }
regex = { workspace = true }
eth2_config = { workspace = true }
eth2_config = { workspace = true }
4 changes: 3 additions & 1 deletion validator_client/beacon_node_fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ validator_metrics = { workspace = true }
env_logger = { workspace = true }
eth2_config = { workspace = true }
mockito = { workspace = true }
logging = { workspace = true }
validator_client = { workspace = true }
validator_services = { workspace = true }
logging = { workspace = true }
4 changes: 2 additions & 2 deletions validator_client/beacon_node_fallback/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ mod tests {
use types::{BeaconBlockDeneb, BlindedBeaconBlock, MainnetEthSpec, Slot};

use super::*;
use testing::mock_beacon_node::MockBeaconNode;
use testing::validator_test_rig::ValidatorTestRig;
use validator_client::testing::mock_beacon_node::MockBeaconNode;
use validator_client::testing::validator_test_rig::ValidatorTestRig;
use validator_services::block_service::{BlockService, BlockServiceBuilder, UnsignedBlock};

type E = MainnetEthSpec;
Expand Down

0 comments on commit 20d0f6f

Please sign in to comment.