mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
add insta::json for later
This commit is contained in:
parent
8770e07397
commit
8f0fd35358
3 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue