Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky committed Oct 12, 2023
1 parent 43eafa0 commit 497f5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/token_router.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ quilkin.dev:
// valid packet
let (mut recv_chan, socket) = t.open_socket_and_recv_multiple_packets().await;

let local_addr = SocketAddr::from((Ipv4Addr::LOCALHOST, server_port));
let local_addr = SocketAddr::from((Ipv6Addr::LOCALHOST, server_port));
let msg = b"helloabc";
socket.send_to(msg, &local_addr).await.unwrap();

Expand Down

0 comments on commit 497f5fe

Please sign in to comment.