mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 12:54:26 +01:00
add insta::json for later
This commit is contained in:
parent
8770e07397
commit
8f0fd35358
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1833,6 +1833,7 @@ dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
"linked-hash-map",
|
||||
"serde",
|
||||
"similar",
|
||||
"yaml-rust",
|
||||
]
|
||||
|
@ -25,5 +25,5 @@ synchronoise = "1.0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
nelson = { git = "https://github.com/meilisearch/nelson.git", rev = "675f13885548fb415ead8fbb447e9e6d9314000a"}
|
||||
insta = "1.19.1"
|
||||
insta = { version = "1.19.1", features = ["json"] }
|
||||
big_s = "1.0.2"
|
||||
|
@ -284,6 +284,7 @@ impl IndexScheduler {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use big_s::S;
|
||||
use insta::*;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::{assert_smol_debug_snapshot, tests::index_scheduler};
|
||||
|
Loading…
Reference in New Issue
Block a user