mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 09:31:20 +00:00
protocols/identify: Fix dev deps for example (#2737)
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user