Skip to content

Commit 778b8fd

Browse files
committed
Unmark resolved tests
1 parent d0bf163 commit 778b8fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_array.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def __init__(self, typecode, newarg=None):
3030

3131
class MiscTest(unittest.TestCase):
3232

33-
# TODO: RUSTPYTHON
34-
@unittest.expectedFailure
3533
def test_array_is_sequence(self):
3634
self.assertIsInstance(array.array("B"), collections.abc.MutableSequence)
3735
self.assertIsInstance(array.array("B"), collections.abc.Reversible)

0 commit comments

Comments
 (0)