protocols/identify: Fix dev deps for example (#2737)

This commit is contained in:
Elena Frank
2022-06-29 06:37:57 +02:00
committed by GitHub
parent 9f7d0fe0ac
commit 423adca0bf
3 changed files with 13 additions and 9 deletions

View File

@ -287,12 +287,12 @@ pub enum UpgradeError {
mod tests {
use super::*;
use futures::channel::oneshot;
use libp2p::tcp::TcpConfig;
use libp2p_core::{
identity,
upgrade::{self, apply_inbound, apply_outbound},
Transport,
};
use libp2p_tcp::TcpConfig;
#[test]
fn correct_transfer() {