Bump hacking
hackihg 3.0.x is too old. Change-Id: I9d0d19bc6ecf4cb934cce77ce25e89882202dbd6
This commit is contained in:
@@ -242,7 +242,7 @@ class TestUtils(testtools.TestCase):
|
||||
# Regression test for bug 1461678.
|
||||
def _iterate(i):
|
||||
for chunk in i:
|
||||
raise(IOError)
|
||||
raise IOError()
|
||||
|
||||
data = io.StringIO('somestring')
|
||||
data.close = mock.Mock()
|
||||
|
||||
Reference in New Issue
Block a user