add insta::json for later

This commit is contained in:
Irevoire 2022-09-21 13:29:38 +02:00 committed by Clément Renault
parent 16eab7b337
commit 01847a14bb
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
3 changed files with 3 additions and 1 deletions

View file

@ -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};