From 659f4db30bc8ce477ddadedf6e9d30fe420dfdeb Mon Sep 17 00:00:00 2001 From: "open-swe[bot]" Date: Wed, 10 Sep 2025 00:19:12 +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 78f6eabc91b..e54d1dea209 100644 --- a/libs/partners/chroma/tests/unit_tests/test_async_vectorstores.py +++ b/libs/partners/chroma/tests/unit_tests/test_async_vectorstores.py @@ -414,7 +414,7 @@ async def test_async_empty_metadata_handling() -> None: @pytest.mark.asyncio -async def test_concurrent_async_operations(): +async def test_concurrent_async_operations() -> None: """Test that multiple async operations can run concurrently.""" async_client = MockAsyncClient() @@ -454,3 +454,4 @@ async def test_concurrent_async_operations(): +