mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
commit
091bf53287
1 changed files with 1 additions and 1 deletions
|
@ -239,7 +239,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