Skip to content
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