mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-11 15:38:55 +01:00
Fix test
This commit is contained in:
parent
d4ff59fcf5
commit
41c9e8856a
@ -65,8 +65,8 @@ async fn get_settings() {
|
|||||||
json!(["words", "typo", "proximity", "attribute", "sort", "exactness"])
|
json!(["words", "typo", "proximity", "attribute", "sort", "exactness"])
|
||||||
);
|
);
|
||||||
assert_eq!(settings["stopWords"], json!([]));
|
assert_eq!(settings["stopWords"], json!([]));
|
||||||
assert_eq!(settings["non_separator_tokens"], json!([]));
|
assert_eq!(settings["nonSeparatorTokens"], json!([]));
|
||||||
assert_eq!(settings["separator_tokens"], json!([]));
|
assert_eq!(settings["separatorTokens"], json!([]));
|
||||||
assert_eq!(settings["dictionary"], json!([]));
|
assert_eq!(settings["dictionary"], json!([]));
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
settings["faceting"],
|
settings["faceting"],
|
||||||
|
Loading…
Reference in New Issue
Block a user