Fix misindent. This would test half less possibilities.
This commit is contained in:
parent
e9bbe8b87b
commit
c1ab0bd788
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue