Fix clippy error

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-06-03 08:25:33 +03:00
parent d6ae39bf0f
commit 7c6162f0bf
No known key found for this signature in database
GPG Key ID: 3194FD8C1AE300EF

View File

@ -582,7 +582,7 @@ async fn distinct_is_applied() {
#[actix_rt::test]
async fn retrieve_vectors() {
let server = Server::new_shared();
let index = index_with_documents_hf(&server, &SIMPLE_SEARCH_DOCUMENTS).await;
let index = index_with_documents_hf(server, &SIMPLE_SEARCH_DOCUMENTS).await;
let (response, code) = index
.search_post(