Skip to content

Commit 7e92632

Browse files
committed
Corrections
1 parent a5b4218 commit 7e92632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_rerankers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_rank_documents(reranker):
5353

5454
# Test for asynchronous ranking functionality
5555
@pytest.mark.asyncio
56-
async def test_async_rank_documents_cohere(reranker):
56+
async def test_async_rank_documents(reranker):
5757
docs = ["document one", "document two", "document three"]
5858
query = "search query"
5959

0 commit comments

Comments
 (0)