Fix test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alex 2021-10-18 11:29:41 +02:00
parent dfb0ebb8e1
commit e621ba49de
No known key found for this signature in database
GPG key ID: EDABF9711E244EB1

View file

@ -102,7 +102,7 @@ fn run_netapp(
Arc<FullMeshPeeringStrategy>, Arc<FullMeshPeeringStrategy>,
) { ) {
let netapp = NetApp::new(netid, sk); let netapp = NetApp::new(netid, sk);
let peering = FullMeshPeeringStrategy::new(netapp.clone(), bootstrap_peers); let peering = FullMeshPeeringStrategy::new(netapp.clone(), bootstrap_peers, None);
let peering2 = peering.clone(); let peering2 = peering.clone();
let netapp2 = netapp.clone(); let netapp2 = netapp.clone();