No longer need to give new_fullnode() a random string

This commit is contained in:
Michael Vines
2019-02-26 19:26:42 -08:00
parent 5a7b99ecc2
commit 88ecce12a2
5 changed files with 12 additions and 13 deletions

View File

@ -19,7 +19,7 @@ fn test_wallet_deploy_program() {
pathbuf.push("noop");
pathbuf.set_extension("so");
let (server, leader_data, alice, ledger_path) = new_fullnode("test_wallet_deploy_program");
let (server, leader_data, alice, ledger_path) = new_fullnode();
let server_exit = server.run(None);
let (sender, receiver) = channel();