Fixing test

This commit is contained in:
Tomasz Drwięga 2016-12-11 21:08:15 +01:00
parent b56f12adc6
commit 83d9bc189b
1 changed files with 1 additions and 1 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
}
}