Skip to content

Commit 8960e78

Browse files
committed
remove expeted failure
1 parent abb994d commit 8960e78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_enum.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,8 +720,6 @@ def test_intenum_from_bytes(self):
720720
with self.assertRaises(ValueError):
721721
IntStooges.from_bytes(b'\x00\x05', 'big')
722722

723-
# TODO: RUSTPYTHON
724-
@unittest.expectedFailure
725723
def test_floatenum_fromhex(self):
726724
h = float.hex(FloatStooges.MOE.value)
727725
self.assertIs(FloatStooges.fromhex(h), FloatStooges.MOE)

0 commit comments

Comments
 (0)