Skip to content

Commit

Permalink
Merge branch 'larger-gamma' of https://github.com/curvefi/twocrypto-ng
Browse files Browse the repository at this point in the history
…into larger-gamma
  • Loading branch information
bout3fiddy committed May 27, 2024
2 parents 2800e6f + d8c9a93 commit 277dcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def fees(draw):

# we use sampled_from instead of integers to shrink
# towards 18 in case of failure (instead of 0)
token = sampled_from(list(range(18, -1, -1))).map(
token = sampled_from(list(range(18, 1, -1))).map(
lambda x: boa.load("contracts/mocks/ERC20Mock.vy", "USD", "USD", x)
)
weth = just(boa.load("contracts/mocks/WETH.vy"))
Expand Down

0 comments on commit 277dcc6

Please sign in to comment.