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

@ -12,7 +12,7 @@ fn test_process_distribute_with_rpc_client() {
alice,
ledger_path,
..
} = TestValidator::run();
} = TestValidator::with_no_fee();
let client = RpcClient::new_socket(leader_data.rpc);
test_process_distribute_tokens_with_client(&client, alice, None);