mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
fmt
This commit is contained in:
parent
993264227d
commit
ed795bc837
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user