From 165ea9415f7ef750de0fa330441df11fa1814f32 Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Fri, 10 Sep 2021 18:58:00 -0400 Subject: [PATCH] Unmark passing test(s) in test_binascii --- Lib/test/test_binascii.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py index a3d331a3a..59202c510 100644 --- a/Lib/test/test_binascii.py +++ b/Lib/test/test_binascii.py @@ -25,8 +25,6 @@ class BinASCIITest(unittest.TestCase): def setUp(self): self.data = self.type2test(self.rawdata) - # TODO: RUSTPYTHON - @unittest.expectedFailure def test_exceptions(self): # Check module exceptions self.assertTrue(issubclass(binascii.Error, Exception))