Closed
Description
There are some clear minor mistakes in asyncio locks test case: Duplicate statements and wrong assert function.
The duplicate statements (L846 and L850) might be intentional but the assert function (L856) is obviously wrong.
cpython/Lib/test/test_asyncio/test_locks.py
Lines 845 to 856 in 5185956