Skip to content

Commit

Permalink
tests: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Oct 30, 2024
1 parent b9ad7c8 commit 013a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lp_sugar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 013a5ec

Please sign in to comment.