Files
Telethon/tests
Colin Watson 664ceba2c5 Fix TestSyncifyAsyncContext.test_sync_acontext on Python 3.14 (#4722)
`asyncio.get_event_loop` fails on Python 3.14 if there is no current
event loop.  For this particular test of sync behaviour, it seems to
make most sense to explicitly create one.
2025-12-17 08:11:32 +01:00
..