mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 15:35:14 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -440,5 +440,3 @@ async def test_concurrent_async_operations() -> None:
|
||||
assert all(results[0]) # type: ignore[arg-type] # First add_texts returned IDs
|
||||
assert all(results[1]) # type: ignore[arg-type] # Second add_texts returned IDs
|
||||
assert isinstance(results[2], list) # Search returned documents
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user