mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
test_zipimport: fix test name
This commit is contained in:
parent
4a3733d160
commit
36e791179c
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue