at master 536 B view raw
1diff --git a/libs/partners/chroma/tests/integration_tests/test_vectorstores.py b/libs/partners/chroma/tests/integration_tests/test_vectorstores.py 2index 382b24cb5..f99a34112 100644 3--- a/tests/integration_tests/test_vectorstores.py 4+++ b/tests/integration_tests/test_vectorstores.py 5@@ -36,7 +36,7 @@ def test_chroma() -> None: 6 7 assert output == [Document(page_content="foo")] 8 9- 10+@pytest.mark.asyncio 11 async def test_chroma_async() -> None: 12 """Test end to end construction and search.""" 13 texts = ["foo", "bar", "baz"]