mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-11 23:26:28 +00:00
fmt
This commit is contained in:
@ -1,8 +1,7 @@
|
|||||||
|
use super::shared_index_with_documents;
|
||||||
use crate::common::Server;
|
use crate::common::Server;
|
||||||
use crate::json;
|
use crate::json;
|
||||||
|
|
||||||
use super::shared_index_with_documents;
|
|
||||||
|
|
||||||
#[actix_rt::test]
|
#[actix_rt::test]
|
||||||
async fn default_search_should_return_estimated_total_hit() {
|
async fn default_search_should_return_estimated_total_hit() {
|
||||||
let index = shared_index_with_documents().await;
|
let index = shared_index_with_documents().await;
|
||||||
|
Reference in New Issue
Block a user