From b3124a3aba987df63b76760e1a265601cd012aea Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Wed, 10 Sep 2025 00:17:24 +0000 Subject: [PATCH] Apply patch [skip ci] --- .../chroma/tests/unit_tests/test_async_vectorstores.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/partners/chroma/tests/unit_tests/test_async_vectorstores.py b/libs/partners/chroma/tests/unit_tests/test_async_vectorstores.py index 347ea219207..4df9633d6d1 100644 --- a/libs/partners/chroma/tests/unit_tests/test_async_vectorstores.py +++ b/libs/partners/chroma/tests/unit_tests/test_async_vectorstores.py @@ -275,7 +275,7 @@ async def test_adelete_collection() -> None: @pytest.mark.asyncio -async def test_areset_collection(): +async def test_areset_collection() -> None: """Test async reset collection functionality.""" async_client = MockAsyncClient() @@ -448,3 +448,4 @@ async def test_concurrent_async_operations(): +