Split tests over two modules

Currently, `add_documents` contains some amount of `update` tests. This change should unify test structure with `index` module.
This commit is contained in:
Andrey "MOU" Larionov 2022-10-09 19:29:11 +02:00
parent c883b23cca
commit 7607a62531
No known key found for this signature in database
GPG key ID: 5FF293FC94C01D6A
3 changed files with 166 additions and 162 deletions

View file

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