mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Add empty seq
This commit is contained in:
parent
1b47a10e89
commit
95bb443430
1 changed files with 2 additions and 1 deletions
|
@ -135,7 +135,8 @@ fn check_add_documents_with_nested_sequence() {
|
||||||
"baz": "leesz",
|
"baz": "leesz",
|
||||||
"fuzz": {
|
"fuzz": {
|
||||||
"fax": [234]
|
"fax": [234]
|
||||||
}
|
},
|
||||||
|
"sas": []
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue