Skip to content

Commit

Permalink
Amend 052d7de
Browse files Browse the repository at this point in the history
Remove redundant test (python#111416)
  • Loading branch information
skirpichev committed Oct 29, 2023
1 parent 35db224 commit 6844b19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/test/test_math.py
Original file line number Diff line number Diff line change
Expand Up @@ -1272,7 +1272,6 @@ def testSumProd(self):
self.assertEqual(sumprod([], []), 0)
self.assertEqual(sumprod([-1], [1.]), -1)
self.assertEqual(sumprod([1.], [-1]), -1)
self.assertEqual(sumprod([True], [1.0]), 1)

# Type preservation and coercion
for v in [
Expand Down

0 comments on commit 6844b19

Please sign in to comment.