rename to AccountsDb::new_single_for_tests (#19039)
This commit is contained in:
committed by
GitHub
parent
6d95d679c4
commit
6a995f5dfd
@ -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
|
||||
|
Reference in New Issue
Block a user