Skip to content

Commit 7350b25

Browse files
committed
oops, test name
1 parent 9d14505 commit 7350b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_math.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,7 @@ def testIsnormal(self):
19781978
self.assertFalse(math.isnormal(FLOAT_MIN/2))
19791979
self.assertFalse(math.isnormal(-FLOAT_MIN/2))
19801980

1981-
def testIsnormal(self):
1981+
def testIssubnormal(self):
19821982
self.assertFalse(math.issubnormal(1.25))
19831983
self.assertFalse(math.issubnormal(-1.0))
19841984
self.assertFalse(math.issubnormal(0.0))

0 commit comments

Comments
 (0)