From 536b486a9be0123aa26218cd72d1a54579348f9c Mon Sep 17 00:00:00 2001 From: Nzubechukwu <103212159+Kaminar-i@users.noreply.github.com> Date: Sat, 2 Nov 2024 17:39:30 +0000 Subject: [PATCH] updates --- apps/data_handler/tests/loan_state/test_zklend_loan_entity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/data_handler/tests/loan_state/test_zklend_loan_entity.py b/apps/data_handler/tests/loan_state/test_zklend_loan_entity.py index ffcea610..224f555d 100644 --- a/apps/data_handler/tests/loan_state/test_zklend_loan_entity.py +++ b/apps/data_handler/tests/loan_state/test_zklend_loan_entity.py @@ -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))