Skip to content

Commit 5658a6b

Browse files
committed
Unmark fixed tests
1 parent 1c5b9c9 commit 5658a6b

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
@@ -703,8 +703,6 @@ def test_or_types_operator(self):
703703
y.__args__ = [str, int]
704704
self.assertEqual(x, y)
705705

706-
# TODO: RUSTPYTHON
707-
@unittest.expectedFailure
708706
def test_hash(self):
709707
self.assertEqual(hash(int | str), hash(str | int))
710708
self.assertEqual(hash(int | str), hash(typing.Union[int, str]))

0 commit comments

Comments
 (0)