Fix TestEthNewFilterCatchAll

This commit is contained in:
Ian Davis 2022-11-15 18:21:24 +00:00
parent 98210ec6e0
commit bcdfc17e2a

View File

@ -225,7 +225,7 @@ func TestEthNewFilterCatchAll(t *testing.T) {
if change.Type == store.HCApply || change.Type == store.HCRevert { if change.Type == store.HCApply || change.Type == store.HCRevert {
count++ count++
if count == iterations*3 { if count == iterations*3 {
waitAllCh <- struct{}{} close(waitAllCh)
} }
} }
} }