summaryrefslogtreecommitdiff
path: root/test/test_pyeclib_c.py
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2020-09-22 16:55:51 -0700
committerTim Burke <tim.burke@gmail.com>2020-09-22 16:55:54 -0700
commit2265056ff0a318aae0295ec22b99a9fd86844270 (patch)
tree66e134c65851b98160616bc78ebfaee1848e8799 /test/test_pyeclib_c.py
parent1ce06c06796c1af721d3508f4c9a48b76a054581 (diff)
downloadpyeclib-2265056ff0a318aae0295ec22b99a9fd86844270.tar.gz
Fix gate
* Update pike to train * Fix pep8 * Mark jobs based on legacy jobs non-voting until we can replace them Change-Id: Ia83ad102bb5c096b01ce73bffb86d44732d2c784
Diffstat (limited to 'test/test_pyeclib_c.py')
-rw-r--r--test/test_pyeclib_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pyeclib_c.py b/test/test_pyeclib_c.py
index 04e2444..478dcda 100644
--- a/test/test_pyeclib_c.py
+++ b/test/test_pyeclib_c.py
@@ -152,7 +152,7 @@ class TestPyECLib(unittest.TestCase):
whole_file_bytes = self.get_tmp_file(file_size).read()
timer.start()
- for l in range(iterations):
+ for i in range(iterations):
pyeclib_c.encode(handle, whole_file_bytes)
tsum = timer.stop_and_return()