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

@ -1,5 +1,5 @@
use solana_banks_client::start_tcp_client;
use solana_core::validator::{TestValidator, TestValidatorOptions};
use solana_core::test_validator::{TestValidator, TestValidatorOptions};
use solana_sdk::native_token::sol_to_lamports;
use solana_tokens::commands::test_process_distribute_tokens_with_client;
use std::fs::remove_dir_all;