TestValidator public interface cleanup

This commit is contained in:
Michael Vines
2020-11-25 14:14:45 -08:00
parent 5e2d38227f
commit b5f7e39be8
14 changed files with 92 additions and 120 deletions

View File

@ -28,7 +28,7 @@ fn test_transfer() {
alice: mint_keypair,
ledger_path,
..
} = TestValidator::run_with_fees(1);
} = TestValidator::with_custom_fee(1);
let (sender, receiver) = channel();
run_local_faucet(mint_keypair, sender, None);
@ -256,7 +256,7 @@ fn test_transfer_multisession_signing() {
alice: mint_keypair,
ledger_path,
..
} = TestValidator::run_with_fees(1);
} = TestValidator::with_custom_fee(1);
let (sender, receiver) = channel();
run_local_faucet(mint_keypair, sender, None);
@ -383,7 +383,7 @@ fn test_transfer_all() {
alice: mint_keypair,
ledger_path,
..
} = TestValidator::run_with_fees(1);
} = TestValidator::with_custom_fee(1);
let (sender, receiver) = channel();
run_local_faucet(mint_keypair, sender, None);