diff --git a/test/test_importer.py b/test/test_importer.py index 4058e3ef6..110c4a967 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -382,7 +382,7 @@ class ImportRarTest(ImportZipTest): return os.path.join(_common.RSRC, 'archive.rar') -@unittest.skip('Implment me!') +@unittest.skip('Implement me!') class ImportPasswordRarTest(ImportZipTest): def create_archive(self):