Remove unnecessary cleanup_paths

drop handles it
This commit is contained in:
Stephen Akridge 2019-03-06 09:48:50 -08:00 committed by Greg Fitzgerald
parent 789a9df9f6
commit b850f3c1dd
1 changed files with 0 additions and 1 deletions

View File

@ -1785,7 +1785,6 @@ mod tests {
fn test_accountsdb_inherit_tx_count() {
let paths = get_tmp_accounts_path!();
let accounts = AccountsDB::new(0, &paths.paths);
cleanup_paths(&paths.paths);
assert_eq!(accounts.transaction_count(0), 0);
accounts.increment_transaction_count(0, 1);
assert_eq!(accounts.transaction_count(0), 1);