mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
remove legacy files from meilisearch that have been replaced by a macro in routes/settings/mod.rs
This commit is contained in:
parent
40ef9a3c6a
commit
b1962c8e02
5 changed files with 1 additions and 136 deletions
|
@ -30,7 +30,7 @@ async fn get_settings() {
|
|||
"exactness"
|
||||
])
|
||||
);
|
||||
assert_eq!(settings["stopWords"], json!(null));
|
||||
assert_eq!(settings["stopWords"], json!([]));
|
||||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue