Bring back IPFS tests. (#6398)
This commit is contained in:
parent
f9a08e285c
commit
d90ec3d192
@ -119,7 +119,7 @@ mod tests {
|
||||
use ethcore::client::TestBlockChainClient;
|
||||
|
||||
fn get_mocked_handler() -> IpfsHandler {
|
||||
IpfsHandler::new(None, None, Arc::new(TestBlockChainClient::new()))
|
||||
IpfsHandler::new(None.into(), None.into(), Arc::new(TestBlockChainClient::new()))
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Loading…
Reference in New Issue
Block a user