mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
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:
parent
c883b23cca
commit
7607a62531
3 changed files with 166 additions and 162 deletions
|
@ -1,3 +1,4 @@
|
|||
mod add_documents;
|
||||
mod delete_documents;
|
||||
mod get_documents;
|
||||
mod update_documents;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue