mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Update meilisearch/tests/documents/add_documents.rs
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
parent
8356f109c1
commit
481df7a8b6
1 changed files with 1 additions and 1 deletions
|
@ -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!([
|
||||
{
|
||||
"id": "11",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue