Fix RuntimeWarning in unittest.mock asyncio example (GH-13449)



* This PR fixes the `RuntimeWarning` in `inspect.isawaitable(mock())` where `mock()` was not awaited.
* Fix typo in asynctest project.
2 files changed