diff --git a/p2p/discover/table_reval_test.go b/p2p/discover/table_reval_test.go index 4b66d27bbf..4ac1cb381d 100644 --- a/p2p/discover/table_reval_test.go +++ b/p2p/discover/table_reval_test.go @@ -43,7 +43,7 @@ func TestRevalidationNodeRemoved(t *testing.T) { // then advance the clock to that point and schedule again to start. next := tr.run(tab, clock.Now()) clock.Run(time.Duration(next + 1)) - next = tr.run(tab, clock.Now()) + tr.run(tab, clock.Now()) if len(tr.activeReq) != 1 { t.Fatal("revalidation request did not start:", tr.activeReq) }