Solutionunvalidated
Rewrite the test as an async test and run it with an async test runner (e.g., pytest.mark.asyncio), using await on the async ORM methods (acreate/acount) instead of asyncio.run().
0696a7df-9206-4b6f-81f3-d008a775e313
Rewrite the test as an async test and run it with an async test runner (e.g., pytest.mark.asyncio), using await on the async ORM methods (acreate/acount) instead of asyncio.run().