Unskip test_open_text_default_encoding

This commit is contained in:
Padraic Fanning
2021-02-03 19:57:20 -05:00
parent 4d04a911d5
commit b5a39e51ca

View File

@@ -23,7 +23,6 @@ class OpenTests:
result = fp.read()
self.assertEqual(result, b'\x00\x01\x02\x03')
@unittest.skip("TODO: RUSTPYTHON")
def test_open_text_default_encoding(self):
with resources.open_text(self.data, 'utf-8.file') as fp:
result = fp.read()