Skip to content

Commit 69c5ba6

Browse files
committed
fix retrievers tests
1 parent f87c1c2 commit 69c5ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langchain-mongodb/tests/integration_tests/test_retrievers_standard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def setup_test(coll: Collection) -> MongoDBAtlasVectorSearch:
6666
wait_until_complete=TIMEOUT,
6767
)
6868

69-
return coll, vs
69+
return vs
7070

7171

7272
class TestMongoDBAtlasFullTextSearchRetriever(RetrieversIntegrationTests):

0 commit comments

Comments
 (0)