diff --git a/accounts-db/src/accounts_db.rs b/accounts-db/src/accounts_db.rs index d0290a4d6962ac..d31f9a04222e68 100644 --- a/accounts-db/src/accounts_db.rs +++ b/accounts-db/src/accounts_db.rs @@ -9907,7 +9907,7 @@ pub mod test_utils { // allocate an append vec for this slot that can hold all the test accounts. This prevents us from creating more than 1 append vec for this slot. _ = accounts.accounts_db.create_and_insert_store( slot, - bytes_required as u64, + AccountsDb::page_align(bytes_required as u64), "create_test_accounts", ); }