fix warning

This commit is contained in:
Tamo 2024-07-02 15:30:16 +02:00
parent ee14d5196c
commit 3d9befd64f

View File

@ -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": [