mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-15 07:00:38 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -138,7 +138,7 @@ async def test_async_collection_initialization() -> None:
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_aadd_texts():
|
||||
async def test_aadd_texts() -> None:
|
||||
"""Test async add_texts functionality."""
|
||||
async_client = MockAsyncClient()
|
||||
|
||||
@@ -442,3 +442,4 @@ async def test_concurrent_async_operations():
|
||||
assert isinstance(results[2], list) # Search returned documents
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user