Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: use sync instead of async in test #396

Merged
merged 1 commit into from
Nov 18, 2024
Merged

Conversation

rhatgadkar-goog
Copy link
Collaborator

This test doesn't need to be async, because it can use the event loop that is generated by Connector.__init__() function.

@rhatgadkar-goog rhatgadkar-goog marked this pull request as ready for review November 18, 2024 22:11
@rhatgadkar-goog rhatgadkar-goog requested a review from a team as a code owner November 18, 2024 22:11
@enocom enocom changed the title Modify test_Connector_remove_cached_bad_instance to not be async chore: remove async from test_Connector_remove_cached_bad_instance Nov 18, 2024
Copy link

conventional-commit-lint-gcf bot commented Nov 18, 2024

🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human!

-- conventional-commit-lint bot
https://conventionalcommits.org/

@enocom enocom changed the title chore: remove async from test_Connector_remove_cached_bad_instance chore: use sync instead of async in test Nov 18, 2024
`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.
@rhatgadkar-goog rhatgadkar-goog merged commit 5255fbb into main Nov 18, 2024
15 checks passed
@rhatgadkar-goog rhatgadkar-goog deleted the simplify-test branch November 18, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants