Fix non-compiling tests
This commit is contained in:
parent
745d360566
commit
2155e3e293
@ -1,6 +1,5 @@
|
|||||||
use serde_derive::Deserialize;
|
use serde_derive::Deserialize;
|
||||||
use serde_yaml;
|
use serde_yaml;
|
||||||
#[cfg(not(debug_assertions))]
|
|
||||||
use state_processing::{per_block_processing, per_slot_processing};
|
use state_processing::{per_block_processing, per_slot_processing};
|
||||||
use std::{fs::File, io::prelude::*, path::PathBuf};
|
use std::{fs::File, io::prelude::*, path::PathBuf};
|
||||||
use types::*;
|
use types::*;
|
||||||
|
Loading…
Reference in New Issue
Block a user