mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08: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
@ -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…
Reference in New Issue
Block a user