remove check in TestBroadcast

This commit is contained in:
Ola Holmström
2015-06-11 02:41:31 +02:00
parent c0db629c12
commit 7bfafea1ab
-12
View File
@@ -204,18 +204,6 @@ func TestBroadcast(t *testing.T) {
}
}
_, ret, err := conn.ReadMessage()
if err != nil {
t.Error(err)
return false
}
if msg != string(ret) {
t.Errorf("%s should equal %s", msg, string(ret))
return false
}
return true
}