This commit is contained in:
Irevoire
2022-10-26 19:29:12 +02:00
committed by Clément Renault
parent 225405bb0d
commit 3cf8aaa4d0
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
use serde_json::json;
use crate::common::Server;
use crate::search::DOCUMENTS;
use serde_json::json;
#[actix_rt::test]
async fn default_search_should_return_estimated_total_hit() {