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:
@@ -326,7 +326,7 @@ async def test_error_without_async_client() -> None:
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_sync_methods_error_with_only_async_client():
|
||||
async def test_sync_methods_error_with_only_async_client() -> None:
|
||||
"""Test that sync methods raise errors when only async_client is provided."""
|
||||
async_client = MockAsyncClient()
|
||||
|
||||
@@ -450,3 +450,4 @@ async def test_concurrent_async_operations():
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user