mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00: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:
@ -1,3 +1,4 @@
|
||||
mod add_documents;
|
||||
mod delete_documents;
|
||||
mod get_documents;
|
||||
mod update_documents;
|
||||
|
Reference in New Issue
Block a user