Update light_sync test to include cache dependency

This commit is contained in:
Adrian Brink 2017-04-07 21:34:07 +02:00
parent 645b8e4b0b
commit 144d6c2379

View File

@ -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> {