review comments

This commit is contained in:
Anatoly Yakovenko
2018-07-17 08:18:42 -07:00
committed by Greg Fitzgerald
parent a016f6e82e
commit 9e2f26a5d2
2 changed files with 24 additions and 5 deletions

View File

@ -465,9 +465,9 @@ fn test_multi_node_dynamic_network() {
}
assert_eq!(consecutive_success, 10);
for (_, node) in &validators {
node.notify_exit();
node.exit();
}
server.notify_exit();
server.exit();
for (_, node) in validators {
node.close().unwrap();
}