diff --git a/eth/protocols/eth/peer_test.go b/eth/protocols/eth/peer_test.go index 155a435966..366d9b0e63 100644 --- a/eth/protocols/eth/peer_test.go +++ b/eth/protocols/eth/peer_test.go @@ -212,7 +212,7 @@ func TestPartialReceipt(t *testing.T) { } } -func TestPartialReceiptDisconnectRequestId(t *testing.T) { +func TestPartialReceiptFailure(t *testing.T) { app, net := p2p.MsgPipe() var id enode.ID if _, err := rand.Read(id[:]); err != nil {