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
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
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]