Remove airdrop dependency from replicators

This commit is contained in:
Sagar Dhawan
2019-04-05 15:45:26 -07:00
committed by Grimes
parent a5b5248a09
commit adcda3c715
2 changed files with 27 additions and 67 deletions

View File

@@ -435,7 +435,7 @@ mod test {
let mut fullnode_exit = FullnodeConfig::default();
fullnode_exit.rpc_config.enable_fullnode_exit = true;
const NUM_NODES: usize = 1;
let num_replicators = 0;
let num_replicators = 1;
let cluster = LocalCluster::new_with_config_replicators(
&[3; NUM_NODES],
100,