Skip to content

Commit

Permalink
Hypothesis caught this. Can't go to 2**64 with tclobj
Browse files Browse the repository at this point in the history
  • Loading branch information
NasaGeek committed Dec 16, 2021
1 parent 3ef0b2f commit 2879483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_tclobj_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def test_tclobj_math15(self, i, j):
assert(ti == i * j)


@given(st.integers(0, 512), st.integers(0, 54))
@given(st.integers(0, 2**10-1), st.integers(0, 53))
def test_tclobj_math16(self, i, j):
"""exercise tohil.tclobj "inplace left shift" math ops"""

Expand Down

0 comments on commit 2879483

Please sign in to comment.