mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
fix stats test
This commit is contained in:
parent
99551fc21b
commit
2d19b78dd8
1 changed files with 0 additions and 5 deletions
|
@ -35,11 +35,6 @@ async fn stats() {
|
|||
assert_eq!(code, 202);
|
||||
assert_eq!(response["updateId"], 0);
|
||||
|
||||
let (response, code) = index.stats().await;
|
||||
|
||||
assert_eq!(code, 200);
|
||||
assert_eq!(response["isIndexing"], true);
|
||||
|
||||
index.wait_update_id(0).await;
|
||||
|
||||
let (response, code) = index.stats().await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue