Fix TestEthNewFilterCatchAll
This commit is contained in:
parent
98210ec6e0
commit
bcdfc17e2a
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user