add logging for a handful of tests (#19582)

This commit is contained in:
Jeff Washington (jwash)
2021-09-02 16:32:19 -05:00
committed by GitHub
parent 7a8eba10b2
commit 6ab8286e8d

View File

@ -12866,6 +12866,7 @@ pub(crate) mod tests {
u64,
) + std::marker::Send,
{
solana_logger::setup();
// Set up initial bank
let mut genesis_config = create_genesis_config_with_leader(
10,