fix tests

This commit is contained in:
tamo
2021-05-05 18:03:21 +02:00
parent efca63f9ce
commit 24192fc550
6 changed files with 7 additions and 9 deletions

View File

@ -82,9 +82,7 @@ async fn reset_all_settings() {
assert_eq!(response["searchableAttributes"], json!(["bar"]));
assert_eq!(response["stopWords"], json!(["the"]));
eprintln!("BEFORE");
index.delete_settings().await;
eprintln!("AFTER");
index.wait_update_id(1).await;
let (response, code) = index.settings().await;