summaryrefslogtreecommitdiff
path: root/tests/test_hashes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_hashes.py')
-rw-r--r--tests/test_hashes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_hashes.py b/tests/test_hashes.py
index 660373cb..be817f88 100644
--- a/tests/test_hashes.py
+++ b/tests/test_hashes.py
@@ -90,7 +90,7 @@ class TestHashString(unittest.TestCase):
def tearDown(self):
"""Cleanup, Close the file object used for the tests."""
- self.file.close()
+ self.file.close()
def test_md5(self):
"""hashes: Test apt_pkg.HashString().md5"""