Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Update light_sync test to include cache dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Brink committed Apr 7, 2017
1 parent 645b8e4 commit 144d6c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sync/src/light_sync/tests/test_net.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ use light::provider::LightProvider;
use network::{NodeId, PeerId};
use util::RwLock;

use time::Duration;
use light::cache::Cache;

const NETWORK_ID: u64 = 0xcafebabe;

struct TestIoContext<'a> {
Expand Down

0 comments on commit 144d6c2

Please sign in to comment.