fixing tests

This commit is contained in:
Tomasz Drwięga
2016-12-10 22:59:35 +01:00
parent b5020d3c8d
commit 1e8638608c
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ impl IoContext for Expect {
Some(super::MAX_PROTOCOL_VERSION)
}
fn persistent_peer_id(&self, _peer: PeerId) -> Option<NodeId> {
fn persistent_peer_id(&self, _peer: &PeerId) -> Option<NodeId> {
None
}
}