cleanup test type (#30453)

This commit is contained in:
Jeff Washington (jwash) 2023-02-23 08:26:55 -06:00 committed by GitHub
parent df3ef111f7
commit 9ecc4462f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10402,7 +10402,7 @@ pub mod tests {
account: &AccountSharedData,
write_version: StoredMetaWriteVersion,
mark_alive: bool,
add_to_index: Option<&AccountsIndex<AccountInfo>>,
add_to_index: Option<&AccountInfoAccountsIndex>,
) {
let slot = storage.slot();
let accounts = [(pubkey, account)];