server too

This commit is contained in:
Anatoly Yakovenko
2018-07-16 22:23:02 -07:00
committed by Greg Fitzgerald
parent 72282dc493
commit eb3e5fd204

View File

@ -467,6 +467,7 @@ fn test_multi_node_dynamic_network() {
for (_, node) in validators {
node.notify_exit();
}
server.notify_exit();
for (_, node) in validators {
node.close().unwrap();
}