From 9c609aa36113233e17bd9f0cef767eebab6c8ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedikt=20Br=C3=BCckmann?= <64bit@posteo.de> Date: Mon, 8 Feb 2021 11:56:41 +0100 Subject: [PATCH] Fix copy-paste error --- tests/index.TestCase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.TestCase b/tests/index.TestCase index 14383959..e8f22036 100755 --- a/tests/index.TestCase +++ b/tests/index.TestCase @@ -380,7 +380,7 @@ class IndexTest(unittest.TestCase): try: from html5print import CSSBeautifier, HTMLBeautifier except ImportError: - print('WARNING: skipping rest of test since androguard is missing!') + print('WARNING: skipping rest of test since html5print is missing!') return with open(os.path.join("repo", "index.html")) as f: