Change port in test to some fairly random number (#874)

This commit is contained in:
Pawan Dhananjay 2020-03-02 08:06:34 +05:30 committed by GitHub
parent 4d60694443
commit e85e337540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,8 @@ mod tests {
let executor = runtime.executor();
let mut config = NetworkConfig::default();
config.libp2p_port = 21212;
config.discovery_port = 21212;
config.boot_nodes = enrs.clone();
runtime
.block_on_all(