rename to AccountsDb::new_single_for_tests (#19039)

This commit is contained in:
Jeff Washington (jwash)
2021-08-04 11:47:11 -05:00
committed by GitHub
parent 6d95d679c4
commit 6a995f5dfd
2 changed files with 29 additions and 29 deletions

View File

@ -22,7 +22,7 @@ fn test_shrink_and_clean() {
// repeat the whole test scenario
for _ in 0..5 {
let accounts = Arc::new(AccountsDb::new_single());
let accounts = Arc::new(AccountsDb::new_single_for_tests());
let accounts_for_shrink = accounts.clone();
// spawn the slot shrinking background thread