Update meilisearch/tests/documents/add_documents.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2023-01-25 16:19:55 +01:00
parent 8356f109c1
commit 481df7a8b6

View File

@ -1108,7 +1108,7 @@ async fn add_documents_invalid_geo_field() {
} }
"###); "###);
// _geo is an object but is missing both the lat and lng and contain an unexpected field // _geo is an object but is missing both the lat and lng and contains an unexpected field
let documents = json!([ let documents = json!([
{ {
"id": "11", "id": "11",