Skip to content

PYTHON-4815 Migrate test_discovery_and_monitoring.py to async #1893

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

Closed
wants to merge 12 commits into from
Closed
2 changes: 1 addition & 1 deletion test/asynchronous/pymongo_mocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def open(self):
def request_check(self):
pass

def close(self):
async def close(self):
self.opened = False


Expand Down
Loading
Loading