mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
clean project
This commit is contained in:
parent
c4846dafca
commit
2ee2e6a9b2
9 changed files with 0 additions and 970 deletions
|
@ -28,7 +28,6 @@ async fn add_documents_no_index_creation() {
|
|||
|
||||
let (response, code) = index.get_update(0).await;
|
||||
assert_eq!(code, 200);
|
||||
println!("response: {}", response);
|
||||
assert_eq!(response["status"], "processed");
|
||||
assert_eq!(response["updateId"], 0);
|
||||
assert_eq!(response["success"]["DocumentsAddition"]["nb_documents"], 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue