Skip to content

Commit

Permalink
fixed stableswap test
Browse files Browse the repository at this point in the history
  • Loading branch information
poliwop committed Sep 20, 2024
1 parent 758f27d commit a5b56b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hydradx/tests/test_stableswap.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ def test_exploitability(initial_lp: int, trade_size: int):
break


@settings(deadline=timedelta(milliseconds=500))
@given(
st.integers(min_value=1, max_value=1000000),
st.floats(min_value=0.00001, max_value=0.99999)
Expand Down

0 comments on commit a5b56b1

Please sign in to comment.