SIGN IN SIGN UP

improve `test_tasks` to use correct idiom for starting task in asyncio (#130257)

The test should use the correct idiom for starting the task, `loop._run_once` is private API which should not be used directly, instead use `asyncio.sleep(0)` for 1 event loop cycle.
K
Kumar Aditya committed
2e3e65380b91124267212114c7f62b85edf6e810
Parent: b93b7e5
Committed by GitHub <noreply@github.com> on 2/18/2025, 12:08:25 PM