mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 08:11:04 +00:00
add insta::json for later
This commit is contained in:
committed by
Clément Renault
parent
16eab7b337
commit
01847a14bb
@ -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};
|
||||
|
Reference in New Issue
Block a user