mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix tests
This commit is contained in:
parent
efca63f9ce
commit
24192fc550
6 changed files with 7 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue