X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_unicode_literals.py;h=94497054adcd4d2bea98ecd7b9ff6e9ded81085e;hb=28ab2e48ae189d72fa1ac36a0cb81b5680cc82a9;hp=5f88ac2f87393f2adddf2416689fdfb510b056b6;hpb=6febd1c1df02870bf8b529ca758d7155cf65ab35;p=youtube-dl diff --git a/test/test_unicode_literals.py b/test/test_unicode_literals.py index 5f88ac2f8..94497054a 100644 --- a/test/test_unicode_literals.py +++ b/test/test_unicode_literals.py @@ -10,7 +10,7 @@ rootDir = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) class TestUnicodeLiterals(unittest.TestCase): def test_all_files(self): - print('Skipping this test (not yet fully implemtned)') + print('Skipping this test (not yet fully implemented)') return for dirpath, _, filenames in os.walk(rootDir):