Fix tests

This commit is contained in:
ManyTheFish
2022-11-16 16:45:20 +01:00
parent 07b28ea8cf
commit 25e39edc7e
11 changed files with 51 additions and 39 deletions

View File

@ -287,7 +287,7 @@ async fn test_summarized_delete_batch() {
"canceledBy": null,
"details": {
"matchedDocuments": 3,
"deletedDocuments": null
"deletedDocuments": 0
},
"error": {
"message": "Index `test` not found.",
@ -346,7 +346,7 @@ async fn test_summarized_delete_document() {
"canceledBy": null,
"details": {
"matchedDocuments": 1,
"deletedDocuments": null
"deletedDocuments": 0
},
"error": {
"message": "Index `test` not found.",