backpressure bugfix: w.o.w.

i dont even know how that was passing
This commit is contained in:
Juan Batiz-Benet 2014-12-19 21:56:45 -08:00
parent b8a3c3d770
commit a6491df052

View File

@ -370,7 +370,7 @@ func TestStreamsStress(t *testing.T) {
}(i)
}
wg.Done()
wg.Wait()
}
func TestAdding(t *testing.T) {