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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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,