mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix test
This commit is contained in:
parent
d4ff59fcf5
commit
41c9e8856a
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue