Fixes format string (#29533)

This commit is contained in:
Brooks 2023-01-05 13:06:00 -05:00 committed by GitHub
parent 5c9beef498
commit d611cc2e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -357,9 +357,7 @@ mod tests {
let result = rent_collector.calculate_rent_result(&Pubkey::default(), &account, None);
assert!(
matches!(result, RentResult::Exempt),
"{:?}, set_exempt_rent_epoch_max: {}",
result,
set_exempt_rent_epoch_max,
"{result:?}, set_exempt_rent_epoch_max: {set_exempt_rent_epoch_max}",
);
{
let mut account_clone = account.clone();