diff --git a/tests/adhoc.py b/tests/adhoc.py index df4e79d..0a1ba67 100644 --- a/tests/adhoc.py +++ b/tests/adhoc.py @@ -280,4 +280,5 @@ def random_num() -> int: return random.randint(100, 1000) + asyncio.run(main())