We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc215d commit 43b4e97Copy full SHA for 43b4e97
libs/langchain-mongodb/tests/unit_tests/test_index.py
@@ -13,7 +13,7 @@
13
14
15
@pytest.fixture
16
-def collection() -> Generator[None, Collection]:
+def collection() -> Generator[None, None, Collection]:
17
"""Collection on MongoDB Cluster, not an Atlas one."""
18
client: MongoClient = MongoClient()
19
yield client["db"]["collection"]
0 commit comments