clock, stage_usage_analyser: fixed broken dependencies

This commit is contained in:
aggstam
2022-10-10 13:30:34 +03:00
parent e2d818d518
commit 693cb1b808
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ use darkfi::{
state::{state_transition, ProgramState},
Client, MemoryState, State,
},
util::{cli::progress_bar, expand_path},
util::{cli::progress_bar, path::expand_path},
wallet::walletdb::init_wallet,
};

View File

@@ -154,7 +154,7 @@ impl Clock {
#[cfg(test)]
mod tests {
use crate::consensus::clock::{Clock, Ticks};
use super::{Clock, Ticks};
use futures::executor::block_on;
use std::{thread, time::Duration};
#[test]