Skip to content

Commit 2e62605

Browse files
committed
Convert test.test_discovery_and_monitoring to async
1 parent c2e7fae commit 2e62605

File tree

4 files changed

+500
-20
lines changed

4 files changed

+500
-20
lines changed

test/asynchronous/pymongo_mocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def open(self):
7575
def request_check(self):
7676
pass
7777

78-
def close(self):
78+
async def close(self):
7979
self.opened = False
8080

8181

0 commit comments

Comments
 (0)