Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use sync instead of async in test
`test_Connector_remove_cached_bad_instance` doesn't need to be async, because it can use the event loop that is generated by `Connector.__init__()` function.
- Loading branch information