fixed failing test

This commit is contained in:
debris 2017-10-16 22:12:17 +02:00
parent 95f0384510
commit 3830f9b464
1 changed files with 1 additions and 1 deletions

View File

@ -782,7 +782,7 @@ mod tests {
use block::*; use block::*;
use error::{Error, BlockError}; use error::{Error, BlockError};
use header::Header; use header::Header;
use client::chain_notify::ChainNotify; use client::ChainNotify;
use miner::MinerService; use miner::MinerService;
use tests::helpers::*; use tests::helpers::*;
use account_provider::AccountProvider; use account_provider::AccountProvider;