1
0
Fork 0

Remove an unused variable

This commit is contained in:
jvoisin 2019-10-12 21:41:13 +02:00
parent 12489bb682
commit 6d19a20935
1 changed files with 1 additions and 1 deletions

View File

@ -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):