Skip to content

Commit

Permalink
fix consensus.rs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lexfrl committed Apr 29, 2020
1 parent 04ca267 commit 9309fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/client/tests/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ mod tests {
use near_chain::Block;
use near_client::test_utils::setup_mock_all_validators;
use near_client::{ClientActor, ViewClientActor};
use near_logger_utils::init_test_logger;
use near_network::{NetworkClientMessages, NetworkRequests, NetworkResponses, PeerInfo};
use near_primitives::block::{Approval, ApprovalInner};
use near_primitives::test_utils::init_integration_logger;
use near_primitives::types::BlockHeight;
use rand::{thread_rng, Rng};
use std::collections::{BTreeMap, HashMap, HashSet};
Expand Down

0 comments on commit 9309fd7

Please sign in to comment.