mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
fix warning
This commit is contained in:
parent
ee14d5196c
commit
3d9befd64f
@ -374,7 +374,7 @@ async fn add_csv_document_with_types() {
|
|||||||
"###);
|
"###);
|
||||||
|
|
||||||
let (documents, code) = index.get_all_documents(GetAllDocumentsOptions::default()).await;
|
let (documents, code) = index.get_all_documents(GetAllDocumentsOptions::default()).await;
|
||||||
// snapshot!(code, @"200 OK");
|
snapshot!(code, @"200 OK");
|
||||||
snapshot!(json_string!(documents), @r###"
|
snapshot!(json_string!(documents), @r###"
|
||||||
{
|
{
|
||||||
"results": [
|
"results": [
|
||||||
|
Loading…
Reference in New Issue
Block a user