Skip to content

Commit 43b4e97

Browse files
committed
fix fixture
1 parent ccc215d commit 43b4e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-mongodb/tests/unit_tests/test_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
@pytest.fixture
16-
def collection() -> Generator[None, Collection]:
16+
def collection() -> Generator[None, None, Collection]:
1717
"""Collection on MongoDB Cluster, not an Atlas one."""
1818
client: MongoClient = MongoClient()
1919
yield client["db"]["collection"]

0 commit comments

Comments
 (0)