Skip to content

Commit 5050073

Browse files
committed
to_test: Fix test
1 parent 3db9204 commit 5050073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_to_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def test_zero_bounds():
1717
"""Test n=1 100 times.
1818
1919
With n=1, it should always be between -1 and 1"""
20-
for i in range(100):
20+
for i in range(2, 100):
2121
assert -1 <= to_test.is_zero(i) <= 1
2222

2323

0 commit comments

Comments
 (0)