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:
@@ -297,7 +297,7 @@ async def test_areset_collection() -> None:
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_error_without_async_client():
|
||||
async def test_error_without_async_client() -> None:
|
||||
"""Test that async methods raise errors when async_client is not provided."""
|
||||
# Initialize without async client
|
||||
chroma = Chroma(
|
||||
@@ -449,3 +449,4 @@ async def test_concurrent_async_operations():
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user