Skip to content

Commit

Permalink
test: dial tcp
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Aug 18, 2023
1 parent 2d93e39 commit e61e236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func TestDialer(t *testing.T) {
ch <- buf[:n]
}(ch)
c := &Client{Proxy: ""}
conn, err := c.Dial("127.0.0.1:8080")
conn, err := c.DialTCP("127.0.0.1:8080")
if err != nil {
t.Errorf("err: %v", err)
return
Expand Down

0 comments on commit e61e236

Please sign in to comment.