Skip to content

Commit

Permalink
fix dial_back_to_non_libp2p test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Oct 4, 2024
1 parent 3837e33 commit 18b4ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/autonat/tests/autonatv2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ async fn dial_back_to_non_libp2p() {
let (mut alice, mut bob) = bootstrap().await;
let alice_peer_id = *alice.local_peer_id();

for addr_str in ["/ip4/169.150.247.38/tcp/32", "/ip6/::1/tcp/1000"] {
for addr_str in ["/ip6/::1/tcp/1000"] {
let addr: Multiaddr = addr_str.parse().unwrap();
let bob_addr = addr.clone();
bob.behaviour_mut()
Expand Down

0 comments on commit 18b4ec6

Please sign in to comment.