fix leaked threads from unclosed fullnode

This commit is contained in:
Rob Walker 2019-01-24 14:12:00 -08:00 committed by Grimes
parent e0f046b7a5
commit e9e01557b7
1 changed files with 2 additions and 0 deletions

View File

@ -826,6 +826,8 @@ mod tests {
panic!("Expected bootstrap leader to be a leader");
}
}
bootstrap_leader.close().unwrap();
}
#[test]