Fix test failure

This commit is contained in:
Sathish Ambley
2019-02-26 21:41:05 -08:00
committed by sakridge
parent c241a56fb0
commit ca0f16ccc0
3 changed files with 23 additions and 19 deletions

View File

@@ -746,7 +746,8 @@ mod tests {
// Close the validator so that rocksdb has locks available
validator_exit();
let (bank_forks, bank_forks_info, _, _) = new_banks_from_blocktree(&validator_ledger_path, None);
let (bank_forks, bank_forks_info, _, _) =
new_banks_from_blocktree(&validator_ledger_path, None);
let bank = bank_forks.working_bank();
let entry_height = bank_forks_info[0].entry_height;