Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
increase max list size
Browse files Browse the repository at this point in the history
  • Loading branch information
pipermerriam committed Jun 13, 2016
1 parent c8c20b6 commit f328acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/tests/abi_type_strategies.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
strat_int256 = st.integers(min_value=-1 * 2**255, max_value=2**255 - 1)
strat_uint256 = st.integers(min_value=0, max_value=2**256 - 1)

MAX_LIST_SIZE = 3
MAX_LIST_SIZE = 8
MIN_LIST_SIZE = 0


Expand Down

0 comments on commit f328acb

Please sign in to comment.