Fix misindent. This would test half less possibilities.

This commit is contained in:
Antoine Pitrou 2013-04-13 22:46:33 +02:00
parent e9bbe8b87b
commit c1ab0bd788
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class IntTestCase(unittest.TestCase, HelperMixin):
while n:
for expected in (-n, n):
self.helper(expected)
n = n >> 1
n = n >> 1
def test_bool(self):
for b in (True, False):