Skip to content

Commit

Permalink
fix incorrect error reporting in tests #54
Browse files Browse the repository at this point in the history
  • Loading branch information
xtaci committed Aug 28, 2019
1 parent b71f58e commit 6aa95ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion session_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ func setupServer(tb testing.TB) (addr string, stopfunc func(), client net.Conn,
go func() {
conn, err := ln.Accept()
if err != nil {
tb.Error(err)
return
}
go handleConnection(conn)
Expand Down

0 comments on commit 6aa95ef

Please sign in to comment.