Skip to content

Commit 04596d6

Browse files
committed
testing
1 parent 4997c18 commit 04596d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymongo/asynchronous/database.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,7 @@ async def _list_collections(
10821082
AsyncCollection[MutableMapping[str, Any]],
10831083
self.get_collection("$cmd", read_preference=read_preference),
10841084
)
1085+
print("Calling list_collections")
10851086
cmd = {"listCollections": 1, "cursor": {}}
10861087
cmd.update(kwargs)
10871088
async with self._client._tmp_session(session, close=False) as tmp_session:

0 commit comments

Comments
 (0)