feat: mettre a jour the insta snapshots

This commit is contained in:
nnethercott 2025-05-26 10:08:07 +02:00
parent 95821d0bde
commit 6738a4f6ee
3 changed files with 9 additions and 13 deletions

View file

@ -2039,6 +2039,14 @@ async fn update_documents_with_geo_field() {
@r###"
{
"hits": [
{
"id": "4",
"_geo": {
"lat": "4",
"lng": "0"
},
"_geoDistance": 667170
},
{
"id": "3",
"_geo": {
@ -2048,14 +2056,6 @@ async fn update_documents_with_geo_field() {
"doggo": "kefir",
"_geoDistance": 555975
},
{
"id": "4",
"_geo": {
"lat": "4",
"lng": "0"
},
"_geoDistance": 667170
},
{
"id": "1"
},