Rename matchedDocuments into providedIds

This commit is contained in:
Clément Renault
2022-11-17 13:48:23 +01:00
parent 49bc45e0d4
commit 9fe32e1e3b
7 changed files with 14 additions and 14 deletions

View File

@ -411,7 +411,7 @@ async fn test_summarized_delete_batch() {
"type": "documentDeletion",
"canceledBy": null,
"details": {
"matchedDocuments": 3,
"providedIds": 3,
"deletedDocuments": 0
},
"error": {
@ -441,7 +441,7 @@ async fn test_summarized_delete_batch() {
"type": "documentDeletion",
"canceledBy": null,
"details": {
"matchedDocuments": 1,
"providedIds": 1,
"deletedDocuments": 0
},
"error": null,
@ -470,7 +470,7 @@ async fn test_summarized_delete_document() {
"type": "documentDeletion",
"canceledBy": null,
"details": {
"matchedDocuments": 1,
"providedIds": 1,
"deletedDocuments": 0
},
"error": {
@ -500,7 +500,7 @@ async fn test_summarized_delete_document() {
"type": "documentDeletion",
"canceledBy": null,
"details": {
"matchedDocuments": 1,
"providedIds": 1,
"deletedDocuments": 0
},
"error": null,