fix hanging test

This commit is contained in:
al8n 2022-12-22 06:21:46 +13:00
parent 464986791c
commit d7a1afcaad
1 changed files with 0 additions and 2 deletions

View File

@ -138,8 +138,6 @@ pub fn main() -> Result<(), String> {
}
std::thread::sleep(Duration::from_secs(2));
let result = node.discv5_stop()?;
assert!(result, "Discv5 should be stopped");
node.stop()?;
Ok(())
}