fix stats test

This commit is contained in:
mpostma 2021-06-10 12:03:16 +02:00
parent 99551fc21b
commit 2d19b78dd8

View File

@ -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;