Fixes format string (#29533)
This commit is contained in:
parent
5c9beef498
commit
d611cc2e75
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue