mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Issue #16377: fix missed test due to incorrect indentation in test_bisect. Thanks Yury Selivanov.
This commit is contained in:
parent
8a9b401a7d
commit
4ca83ec72d
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ class TestInsort(unittest.TestCase):
|
|||
else:
|
||||
f = self.module.insort_right
|
||||
f(insorted, digit)
|
||||
self.assertEqual(sorted(insorted), insorted)
|
||||
self.assertEqual(sorted(insorted), insorted)
|
||||
|
||||
def test_backcompatibility(self):
|
||||
self.assertEqual(self.module.insort, self.module.insort_right)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue