Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaminar-i committed Nov 2, 2024
1 parent 4107e2e commit 536b486
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def test_is_liquidatable(
health_factor,
expected_result
):
"""Test different scenarios for liquidation eligibility."""
"""Tests different scenarios for liquidation eligibility."""
zklend_loan_entity.collateral['ETH'] = decimal.Decimal(str(collateral_amount))
zklend_loan_entity.debt['USDC'] = decimal.Decimal(str(debt_amount))

Expand Down

0 comments on commit 536b486

Please sign in to comment.