Skip to content

Commit a443a0b

Browse files
committed
Update test_types.py
1 parent f40a620 commit a443a0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_types.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -637,8 +637,6 @@ def test_none_type(self):
637637

638638
class UnionTests(unittest.TestCase):
639639

640-
# TODO: RUSTPYTHON
641-
@unittest.expectedFailure
642640
def test_or_types_operator(self):
643641
self.assertEqual(int | str, typing.Union[int, str])
644642
self.assertNotEqual(int | list, typing.Union[int, str])

0 commit comments

Comments
 (0)