Skip to content

Commit

Permalink
fix: lp sugar test using pool with killed gauge
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovalido committed Oct 14, 2024
1 parent 56e1def commit 8f8febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/optimism/test_lp_sugar.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def test_epochsByAddress_limit_offset(
LpEpochStruct,
LpEpochBribeStruct
):
first_lp = LpStruct(*sugar_contract.byIndex(0))
first_lp = LpStruct(*sugar_contract.byIndex(1))
lp_epochs = list(map(
lambda _p: LpEpochStruct(*_p),
sugar_contract.epochsByAddress(20, 3, first_lp.lp)
Expand Down

0 comments on commit 8f8febd

Please sign in to comment.