summaryrefslogtreecommitdiff
path: root/tests/test_deep_cleaning.py
diff options
context:
space:
mode:
authorjvoisin2018-09-24 19:50:24 +0200
committerjvoisin2018-09-24 19:50:24 +0200
commit2e243355f51654c8c6392c80a17b090f9f012fd1 (patch)
treeb4bb244443ab0566cdb741b1c91a112ff8149214 /tests/test_deep_cleaning.py
parent174d4a0ac09c2e9d4a9aa3677a442c05459b8309 (diff)
Fix some minor formatting issues
Diffstat (limited to 'tests/test_deep_cleaning.py')
-rw-r--r--tests/test_deep_cleaning.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_deep_cleaning.py b/tests/test_deep_cleaning.py
index 82579a3..4f1920d 100644
--- a/tests/test_deep_cleaning.py
+++ b/tests/test_deep_cleaning.py
@@ -23,7 +23,6 @@ class TestZipMetadata(unittest.TestCase):
23 self.assertEqual(inside_p.get_meta(), {}) 23 self.assertEqual(inside_p.get_meta(), {})
24 shutil.rmtree(tempdir) 24 shutil.rmtree(tempdir)
25 25
26
27 def __check_zip_meta(self, p): 26 def __check_zip_meta(self, p):
28 zipin = zipfile.ZipFile(p.filename) 27 zipin = zipfile.ZipFile(p.filename)
29 for item in zipin.infolist(): 28 for item in zipin.infolist():
@@ -135,4 +134,3 @@ class TestRsidRemoval(unittest.TestCase):
135 134
136 os.remove('./tests/data/clean.docx') 135 os.remove('./tests/data/clean.docx')
137 os.remove('./tests/data/clean.cleaned.docx') 136 os.remove('./tests/data/clean.cleaned.docx')
138