From 013a5eccac0d173feb23ec4a673036a17128bf2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stas=20SU=C8=98COV?= Date: Wed, 30 Oct 2024 18:18:50 +0000 Subject: [PATCH] tests: fixes --- tests/test_lp_sugar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_lp_sugar.py b/tests/test_lp_sugar.py index bc34544..29c7b1e 100644 --- a/tests/test_lp_sugar.py +++ b/tests/test_lp_sugar.py @@ -51,7 +51,7 @@ def test_byIndex(sugar_contract, LpStruct): lp = LpStruct(*sugar_contract.byIndex(0)) assert lp is not None - assert len(lp) == 27 + assert len(lp) == 28 assert lp.lp is not None assert lp.gauge != ADDRESS_ZERO