lil fixes

This commit is contained in:
Zach Ramsay
2017-10-03 19:48:43 -04:00
committed by Ethan Buchman
parent 7ad8a8ab55
commit d033470817
5 changed files with 6 additions and 6 deletions

View File

@ -105,7 +105,7 @@ func TestWSClientReconnectsAfterWriteFailure(t *testing.T) {
// hacky way to abort the connection before write
if err := c.conn.Close(); err != nil {
panic(err)
t.Error(err)
}
// results in WS write error, the client should resend on reconnect