Skip to content

Commit 6aa95ef

Browse files
committed
fix incorrect error reporting in tests #54
1 parent b71f58e commit 6aa95ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

session_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ func setupServer(tb testing.TB) (addr string, stopfunc func(), client net.Conn,
3333
go func() {
3434
conn, err := ln.Accept()
3535
if err != nil {
36-
tb.Error(err)
3736
return
3837
}
3938
go handleConnection(conn)

0 commit comments

Comments
 (0)