Fixed a few warnings (#4841)

This commit is contained in:
Arkadiy Paronyan
2020-02-06 14:06:53 +01:00
committed by GitHub
parent acb66f0699
commit 3c79e6d03c
4 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -91,9 +91,10 @@ where
net_config_dir.as_ref().map(|d| d.as_ref().join(name))
}
#[cfg(test)]
mod tests {
use super::*;
use sc_network::config::identity::ed25519;
use super::*;
#[test]
fn tests_node_name_good() {