rename Succeded to Succeeded

This commit is contained in:
ad hoc 2022-05-30 16:42:51 +02:00
parent ab39df9693
commit 446f1f31e0
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
10 changed files with 111 additions and 17 deletions

View file

@ -496,7 +496,6 @@ async fn search_facet_distribution() {
|response, code| {
assert_eq!(code, 200, "{}", response);
let dist = response["facetDistribution"].as_object().unwrap();
dbg!(&dist);
assert_eq!(dist.len(), 3);
assert_eq!(
dist["doggos.name"],