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 {
|
||||
count++
|
||||
if count == iterations*3 {
|
||||
waitAllCh <- struct{}{}
|
||||
close(waitAllCh)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user