fix a wrong error code and add tests on the document resource

This commit is contained in:
Tamo 2023-01-18 15:28:02 +01:00
parent 7322f4e78e
commit a4476c20f8
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
4 changed files with 112 additions and 2 deletions

View file

@ -1,4 +1,5 @@
mod add_documents;
mod delete_documents;
mod errors;
mod get_documents;
mod update_documents;