Skip to content

Fix asyncio locks test case #93247

@cykerway

Description

@cykerway

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.

await asyncio.sleep(0)
self.assertEqual(