Skip to content

Commit 041e4e7

Browse files
authored
Merge branch 'master' into PYTHON-5078
2 parents a5c8930 + 42d7ec2 commit 041e4e7

File tree

7 files changed

+1136
-63
lines changed

7 files changed

+1136
-63
lines changed

test/asynchronous/pymongo_mocks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def __init__(self, server_description, topology, pool, topology_settings):
6666
def cancel_check(self):
6767
pass
6868

69-
def join(self):
69+
async def join(self):
7070
pass
7171

7272
def open(self):

0 commit comments

Comments
 (0)