fix: address review

This commit is contained in:
Steven Allen
2021-08-30 16:43:21 -07:00
parent f518e34131
commit 003eae81ce
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ func (ts *apiSuite) testSlowNotify(t *testing.T) {
full.WaitTillChain(ctx, kit.HeightAtLeast(baseHeight+100))
// Make sure they were all closed.
// Make sure they were all closed, draining any buffered events first.
for _, ch := range newHeadsChans {
var ok bool
for ok {