mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
p2p/discover: fix lint issue
This commit is contained in:
parent
0a4a25dff3
commit
f0260b8def
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func TestRevalidationNodeRemoved(t *testing.T) {
|
||||||
// then advance the clock to that point and schedule again to start.
|
// then advance the clock to that point and schedule again to start.
|
||||||
next := tr.run(tab, clock.Now())
|
next := tr.run(tab, clock.Now())
|
||||||
clock.Run(time.Duration(next + 1))
|
clock.Run(time.Duration(next + 1))
|
||||||
next = tr.run(tab, clock.Now())
|
tr.run(tab, clock.Now())
|
||||||
if len(tr.activeReq) != 1 {
|
if len(tr.activeReq) != 1 {
|
||||||
t.Fatal("revalidation request did not start:", tr.activeReq)
|
t.Fatal("revalidation request did not start:", tr.activeReq)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue