mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Remove useless assert
Co-authored-by: Many the fish <many@meilisearch.com>
This commit is contained in:
parent
3ea167bade
commit
790621dc29
1 changed files with 0 additions and 1 deletions
|
@ -414,7 +414,6 @@ async fn reset_all_settings() {
|
|||
|
||||
let (response, code) = index.add_documents(documents, None).await;
|
||||
assert_eq!(code, 202);
|
||||
assert!(response["taskUid"].as_i64().unwrap() >= 0);
|
||||
index.wait_task(response.uid()).await.succeeded();
|
||||
|
||||
let (update_task,_status_code) = index
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue