We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0f2b3 commit 9616e3aCopy full SHA for 9616e3a
mithril-signer/src/services/epoch_service.rs
@@ -424,7 +424,6 @@ pub(crate) mod mock_epoch_service {
424
425
#[cfg(test)]
426
mod tests {
427
- use mithril_protocol_config::model::SignedEntityTypeConfiguration;
428
use std::sync::Arc;
429
use tokio::sync::RwLock;
430
@@ -434,6 +433,8 @@ mod tests {
434
433
double::{Dummy, fake_data},
435
};
436
+ use mithril_protocol_config::model::SignedEntityTypeConfiguration;
437
+
438
use crate::database::repository::{ProtocolInitializerRepository, StakePoolStore};
439
use crate::database::test_helper::main_db_connection;
440
use crate::services::MithrilProtocolInitializerBuilder;
0 commit comments