Update light_sync test to include cache dependency
This commit is contained in:
parent
645b8e4b0b
commit
144d6c2379
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user