Fix stakes not being setup correctly
This commit is contained in:
committed by
Michael Vines
parent
e6486b2824
commit
b99e3eafdd
@@ -189,7 +189,7 @@ mod test {
|
||||
#[test]
|
||||
fn test_local_cluster_start_and_exit() {
|
||||
solana_logger::setup();
|
||||
let network = LocalCluster::new(1, 100, 2);
|
||||
let network = LocalCluster::new(1, 100, 3);
|
||||
drop(network)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user