From 6a0b36d86a31180a264c41d98a61a8c2087aece4 Mon Sep 17 00:00:00 2001 From: healthykim Date: Wed, 26 Nov 2025 11:23:52 +0900 Subject: [PATCH] chore: change the test name --- eth/protocols/eth/peer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {