Unmark passing test(s) in test_binascii

This commit is contained in:
Padraic Fanning
2021-09-10 18:58:00 -04:00
parent ef3d3a7298
commit 165ea9415f

View File

@@ -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))