Skip to content

Commit b1207ab

Browse files
fermianeldpswp99
authored andcommitted
Update test_collections.py
1 parent 06581db commit b1207ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_collections.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1974,8 +1974,6 @@ def test_init(self):
19741974
self.assertRaises(TypeError, Counter, (), ())
19751975
self.assertRaises(TypeError, Counter.__init__)
19761976

1977-
# TODO: RUSTPYTHON
1978-
@unittest.expectedFailure
19791977
def test_order_preservation(self):
19801978
# Input order dictates items() order
19811979
self.assertEqual(list(Counter('abracadabra').items()),

0 commit comments

Comments
 (0)