mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
fix all tests
This commit is contained in:
parent
d71c6f3483
commit
6b1c262b74
2 changed files with 2 additions and 2 deletions
|
@ -201,7 +201,7 @@ async fn generate_default_user_provided_documents(server: &Server) -> Index {
|
|||
]);
|
||||
let (value, code) = index.add_documents(documents, None).await;
|
||||
snapshot!(code, @"202 Accepted");
|
||||
index.wait_task(value.uid()).await.failed();
|
||||
index.wait_task(value.uid()).await.succeeded();
|
||||
|
||||
index
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue