diff --git a/token-lending/program/tests/liquidate_obligation_and_redeem_collateral.rs b/token-lending/program/tests/liquidate_obligation_and_redeem_collateral.rs index 4f67920ebe0..cbb25ee93cc 100644 --- a/token-lending/program/tests/liquidate_obligation_and_redeem_collateral.rs +++ b/token-lending/program/tests/liquidate_obligation_and_redeem_collateral.rs @@ -458,7 +458,7 @@ async fn test_success_insufficient_liquidity() { .account .calculate_protocol_liquidation_fee( available_amount * FRACTIONAL_TO_USDC, - Decimal::from_percent(105), + Decimal::from_percent(5), ) .unwrap();