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 43b4e97 commit 9dc2687Copy full SHA for 9dc2687
libs/langchain-mongodb/tests/unit_tests/test_index.py
@@ -13,7 +13,7 @@
13
14
15
@pytest.fixture
16
-def collection() -> Generator[None, None, Collection]:
+def collection() -> Generator[Collection, None, None]:
17
"""Collection on MongoDB Cluster, not an Atlas one."""
18
client: MongoClient = MongoClient()
19
yield client["db"]["collection"]
0 commit comments