mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-12 15:56:34 +00:00
rebase from master
This commit is contained in:
committed by
qdequele
parent
2143226f04
commit
dc6907e748
@ -73,7 +73,7 @@ fn write_all_and_delete() {
|
||||
let mut buf = Vec::new();
|
||||
block_on(res.into_body().read_to_end(&mut buf)).unwrap();
|
||||
let res_value: Value = serde_json::from_slice(&buf).unwrap();
|
||||
println!("1: {:?} vs {:?}", json, res_value);
|
||||
|
||||
assert_json_eq!(json, res_value, ordered: false);
|
||||
|
||||
// 4 - Delete all settings
|
||||
@ -102,7 +102,7 @@ fn write_all_and_delete() {
|
||||
"rankingRules": null,
|
||||
"rankingDistinct": null,
|
||||
});
|
||||
println!("2: {:?} vs {:?}", json, res_value);
|
||||
|
||||
assert_json_eq!(json, res_value, ordered: false);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user