Skip to content

Commit 019c3e6

Browse files
nanoqshsdroege
authored andcommitted
Fix url typo
1 parent 73c1ea3 commit 019c3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/communication.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async fn split_communication() {
9696
let tcp = TcpStream::connect("127.0.0.1:12346")
9797
.await
9898
.expect("Failed to connect");
99-
let url = url::Url::parse("ws://localhost:12345/").unwrap();
99+
let url = url::Url::parse("ws://localhost:12346/").unwrap();
100100
let (stream, _) = client_async(url, tcp)
101101
.await
102102
.expect("Client failed to connect");

0 commit comments

Comments
 (0)