Skip to content

Commit

Permalink
Fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Oct 23, 2022
1 parent e8149b8 commit fd28df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sleepingd/proxy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func Test_Proxy_UpstreamClose(t *testing.T) {
defer proxy.Close()
conn, err := net.Dial("tcp", "127.0.0.1:7001")
assert.NoError(t, err)
_, _ = conn.Write([]byte("is anybody there?\n"))
closed := make(chan error)
go func() {
buf := make([]byte, 1024)
Expand Down

0 comments on commit fd28df5

Please sign in to comment.