remove legacy files from meilisearch that have been replaced by a macro in routes/settings/mod.rs

This commit is contained in:
tamo
2021-04-06 15:43:27 +02:00
parent 40ef9a3c6a
commit b1962c8e02
5 changed files with 1 additions and 136 deletions

View File

@ -30,7 +30,7 @@ async fn get_settings() {
"exactness"
])
);
assert_eq!(settings["stopWords"], json!(null));
assert_eq!(settings["stopWords"], json!([]));
}
#[actix_rt::test]