Skip to content

Commit 773f51e

Browse files
committed
rename test
1 parent 32bdeed commit 773f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_float.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def test_pack_unpack_roundtrip(self):
180180
self.assertEqual(value2, value)
181181

182182
@unittest.skipUnless(HAVE_IEEE_754, "requires IEEE 754")
183-
def test_pack_unpack_roundtrip_nans(self):
183+
def test_pack_unpack_roundtrip_for_nans(self):
184184
pack = _testcapi.float_pack
185185
unpack = _testcapi.float_unpack
186186

0 commit comments

Comments
 (0)