Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Dec 4, 2023
1 parent 009e13a commit 51afee6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 51afee6

Please sign in to comment.