Move TestValidator into its own module

This commit is contained in:
Michael Vines
2020-09-18 22:21:44 -07:00
parent 1a03afccb1
commit 208dd1de3a
12 changed files with 115 additions and 102 deletions

View File

@ -10,7 +10,7 @@ use solana_cli::{
test_utils::{check_ready, check_recent_balance},
};
use solana_client::rpc_client::RpcClient;
use solana_core::validator::{TestValidator, TestValidatorOptions};
use solana_core::test_validator::{TestValidator, TestValidatorOptions};
use solana_faucet::faucet::run_local_faucet;
use solana_sdk::{
commitment_config::CommitmentConfig,