Skip to content

Commit

Permalink
style: optimized unix example
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Dec 10, 2022
1 parent 71b213b commit 68faf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/unix/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestClient(t *testing.T) {
)
defer cli.Close()

sess, stat := cli.Dial("0.0.0.0:9090")
sess, stat := cli.Dial("./0.0.0.0:9090")
if !stat.OK() {
erpc.Fatalf("%v", stat)
}
Expand Down

0 comments on commit 68faf2b

Please sign in to comment.