Formatting

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
Martin Tzvetanov Grigorov 2025-06-02 15:57:43 +03:00
parent 3ebff65ef3
commit b41af0d0f6
No known key found for this signature in database
GPG Key ID: 3194FD8C1AE300EF

View File

@ -36,8 +36,9 @@ async fn search_with_filter_string_notation() {
let nested_index = server.unique_index();
let (_, code) =
nested_index.update_settings(json!({"filterableAttributes": ["cattos", "doggos.age"]})).await;
let (_, code) = nested_index
.update_settings(json!({"filterableAttributes": ["cattos", "doggos.age"]}))
.await;
snapshot!(code, @"202 Accepted");
let documents = NESTED_DOCUMENTS.clone();