Add empty seq

This commit is contained in:
Pedro Paulo de Amorim 2020-03-31 18:01:01 +01:00
parent 1b47a10e89
commit 95bb443430

View File

@ -135,7 +135,8 @@ fn check_add_documents_with_nested_sequence() {
"baz": "leesz", "baz": "leesz",
"fuzz": { "fuzz": {
"fax": [234] "fax": [234]
} },
"sas": []
}] }]
} }
}]); }]);