diff --git a/blockchain/v0/reactor_test.go b/blockchain/v0/reactor_test.go index cb43196e3..720458cd1 100644 --- a/blockchain/v0/reactor_test.go +++ b/blockchain/v0/reactor_test.go @@ -367,7 +367,7 @@ func TestReactor_BadBlockStopsPeer(t *testing.T) { testSuites[3].reactor.store = otherSuite.reactor.store // add a fake peer just so we do not wait for the consensus ticker to timeout - otherSuite.reactor.pool.SetPeerRange("00ff", maxBlockHeight, maxBlockHeight) + otherSuite.reactor.pool.SetPeerRange("00ff", 10, 10) // start the new peer's faux router newSuite := testSuites[len(testSuites)-1]