fix tests

This commit is contained in:
tamo 2021-05-05 18:03:21 +02:00
parent efca63f9ce
commit 24192fc550
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
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;