bank tests use write cache (#28885)

This commit is contained in:
Jeff Washington (jwash) 2022-12-05 16:08:28 -06:00 committed by GitHub
parent 9746eb2c8d
commit b4075a0e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1233,7 +1233,7 @@ impl Bank {
Self::new_with_config_for_tests(
genesis_config,
test_config.secondary_indexes,
test_config.accounts_db_caching_enabled,
true,
AccountShrinkThreshold::default(),
)
}