mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 14:24:44 +00:00
Fix compile errors
This commit is contained in:
@@ -548,7 +548,7 @@ async fn sleep_with_retry_message(pubkey: &PublicKeyBytes, path: Option<&str>) {
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::*;
|
||||
use crate::validators::import_validators::tests::TestBuilder as ImportTestBuilder;
|
||||
use crate::import_validators::tests::TestBuilder as ImportTestBuilder;
|
||||
use std::fs;
|
||||
use tempfile::{tempdir, TempDir};
|
||||
use validator_client::http_api::test_utils::ApiTester;
|
||||
|
||||
Reference in New Issue
Block a user