mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
Cargo insta test/review
This commit is contained in:
committed by
Clément Renault
parent
2f577b6fcd
commit
2de8a0711a
@ -1,13 +1,7 @@
|
||||
#![allow(dead_code)]
|
||||
|
||||
use std::path::Path;
|
||||
<<<<<<< HEAD
|
||||
||||||| parent of 931d5622 (test the details of all tasks type)
|
||||
use std::sync::Arc;
|
||||
=======
|
||||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
>>>>>>> 931d5622 (test the details of all tasks type)
|
||||
|
||||
use actix_http::body::MessageBody;
|
||||
use actix_web::dev::ServiceResponse;
|
||||
|
@ -1,5 +1,4 @@
|
||||
use meili_snap::insta::assert_json_snapshot;
|
||||
use meili_snap::snapshot;
|
||||
use serde_json::json;
|
||||
use time::format_description::well_known::Rfc3339;
|
||||
use time::OffsetDateTime;
|
||||
|
Reference in New Issue
Block a user