(coll, session)
| 726 | |
| 727 | async def test_command_cursor_close(self): |
| 728 | async def aggregate(coll, session): |
| 729 | return await coll.aggregate([], session=session) |
| 730 | |
| 731 | await self._test_cursor_helper(aggregate, lambda cursor: cursor.close()) |
| 732 |
no outgoing calls
no test coverage detected