mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix the tests
This commit is contained in:
parent
27155f845c
commit
8ff15b3dfb
6 changed files with 88 additions and 101 deletions
|
@ -84,7 +84,6 @@ async fn clear_all_documents_empty_index() {
|
|||
|
||||
let _update = index.wait_task(task.uid()).await;
|
||||
let (response, code) = index.get_all_documents(GetAllDocumentsOptions::default()).await;
|
||||
index.wait_task(response.uid()).await.succeeded();
|
||||
assert_eq!(code, 200);
|
||||
assert!(response["results"].as_array().unwrap().is_empty());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue