We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b71f58e commit 6aa95efCopy full SHA for 6aa95ef
session_test.go
@@ -33,7 +33,6 @@ func setupServer(tb testing.TB) (addr string, stopfunc func(), client net.Conn,
33
go func() {
34
conn, err := ln.Accept()
35
if err != nil {
36
- tb.Error(err)
37
return
38
}
39
go handleConnection(conn)
0 commit comments