From cb8a01631933c991d84ccd01a59bfbfd459d30c2 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 28 Feb 2019 00:13:28 +0100 Subject: Bump the changelog --- tests/test_libmat2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_libmat2.py') diff --git a/tests/test_libmat2.py b/tests/test_libmat2.py index 46e234e..250b5ec 100644 --- a/tests/test_libmat2.py +++ b/tests/test_libmat2.py @@ -652,7 +652,7 @@ class TestCleaning(unittest.TestCase): os.remove('./tests/data/clean.cleaned.html') with open('./tests/data/clean.html', 'w') as f: - f.write('') + f.write('') p = web.HTMLParser('./tests/data/clean.html') self.assertTrue(p.remove_all()) with open('./tests/data/clean.cleaned.html', 'r') as f: -- cgit v1.3