diff --git a/sequencer_core/src/lib.rs b/sequencer_core/src/lib.rs index 36571e2..6ad4042 100644 --- a/sequencer_core/src/lib.rs +++ b/sequencer_core/src/lib.rs @@ -260,7 +260,7 @@ impl SequencerCore { #[cfg(test)] mod tests { use super::*; - use std::{fmt::format, path::PathBuf}; + use std::path::PathBuf; use common::transaction::{Transaction, TxKind}; use rand::Rng;