eth, les: fix time sensitive unit tests (#20741)
This commit is contained in:
@ -81,7 +81,6 @@ func testAccess(t *testing.T, protocol int, fn accessTestFn) {
|
||||
// Assemble the test environment
|
||||
server, client, tearDown := newClientServerEnv(t, 4, protocol, nil, nil, 0, false, true)
|
||||
defer tearDown()
|
||||
client.handler.synchronise(client.peer.speer)
|
||||
|
||||
// Ensure the client has synced all necessary data.
|
||||
clientHead := client.handler.backend.blockchain.CurrentHeader()
|
||||
|
Reference in New Issue
Block a user