diff --git a/tests/test_corrupted_files.py b/tests/test_corrupted_files.py index 7f8e223..6dc80a4 100644 --- a/tests/test_corrupted_files.py +++ b/tests/test_corrupted_files.py @@ -196,7 +196,7 @@ class TestCorruptedFiles(unittest.TestCase): def test_png_lightweight(self): shutil.copy('./tests/data/dirty.torrent', './tests/data/clean.png') with self.assertRaises(ValueError): - p = images.PNGParser('./tests/data/clean.png') + images.PNGParser('./tests/data/clean.png') os.remove('./tests/data/clean.png') def test_avi(self):