mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
test_encodingutil: correct an error in the previous patch to StdlibUnicode.test_open_representable.
This commit is contained in:
parent
d329759bb8
commit
638a3b2af4
@ -273,7 +273,7 @@ class StdlibUnicode(unittest.TestCase):
|
||||
self.failIfIn("~", expanded)
|
||||
self.failUnless(expanded.endswith(lumiere_nfc), expanded)
|
||||
|
||||
def test_open_unrepresentable(self, mock):
|
||||
def test_open_unrepresentable(self):
|
||||
if unicode_platform():
|
||||
raise unittest.SkipTest("This test is not applicable to platforms that represent filenames as Unicode.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user