mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-12-19 01:45:54 +08:00
refactor: use test configuration on import
Signed-off-by: Kushal Kumar <kushalkumargupta4@gmail.com>
This commit is contained in:
parent
c0aa018c87
commit
34254b42b6
@ -28,6 +28,7 @@ use crate::Opt;
|
||||
pub mod documents;
|
||||
pub mod facet_search;
|
||||
pub mod search;
|
||||
#[cfg(test)]
|
||||
mod search_test;
|
||||
mod search_analytics;
|
||||
pub mod settings;
|
||||
|
@ -1,4 +1,3 @@
|
||||
#[cfg(test)]
|
||||
pub mod search_test {
|
||||
use crate::routes::indexes::search::fix_sort_query_parameters;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user