Fix copy-paste error

This commit is contained in:
Benedikt Brückmann 2021-02-08 11:56:41 +01:00
parent 23931e6818
commit 9c609aa361
1 changed files with 1 additions and 1 deletions

View File

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