We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bdf40 commit 3c30290Copy full SHA for 3c30290
1 file changed
Lib/test/test_asyncio/test_locks.py
@@ -951,7 +951,6 @@ async def test_repr(self):
951
barrier = asyncio.Barrier(self.N)
952
953
self.assertTrue(RGX_REPR.match(repr(barrier)))
954
-
955
self.assertIn("filling", repr(barrier))
956
957
waiters = []
0 commit comments