From ff1ef074ede8574ad3a346810e08a45ab171416d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 29 Sep 2011 13:49:10 +0200 Subject: [PATCH] Re-enable test. --- Lib/test/test_pep3131.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Lib/test/test_pep3131.py b/Lib/test/test_pep3131.py index e5f3d04d98..2e6b90a35c 100644 --- a/Lib/test/test_pep3131.py +++ b/Lib/test/test_pep3131.py @@ -17,10 +17,7 @@ class PEP3131Test(unittest.TestCase): def test_non_bmp_normalized(self): 𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1 - try: - self.assertIn("Unicode", dir()) - except AssertionError: - raise unittest._ExpectedFailure("doesn't work yet") + self.assertIn("Unicode", dir()) def test_invalid(self): try: -- 2.49.0