tweaks from reviewing PR

This commit is contained in:
2017-09-28 08:28:18 -04:00
parent 1910e74085
commit 33dffdad95
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -221,7 +221,6 @@ func TestDeltasMulti(t *testing.T) {
for i, client := range clients {
client.mtx.Lock()
t.Logf("client %d exists", i)
// all clients should have "written" 2 deltas out to their "browser"
// that came from the other clients
if len(client.wroteDeltas) != 2 {