diff options
| -rw-r--r-- | Lib/test/test_zipimport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zipimport.py b/Lib/test/test_zipimport.py index 61a6c0a..838e1b5 100644 --- a/Lib/test/test_zipimport.py +++ b/Lib/test/test_zipimport.py @@ -384,7 +384,7 @@ class UncompressedZipImportTestCase(ImportHooksBaseTestCase): @unittest.skipIf(support.TESTFN_UNENCODABLE is None, "need an unencodable filename") - def testUndecodable(self): + def testUnencodable(self): filename = support.TESTFN_UNENCODABLE + ".zip" z = ZipFile(filename, "w") zinfo = ZipInfo(TESTMOD + ".py", time.localtime(NOW)) |
