chore: change the test name

This commit is contained in:
healthykim 2025-11-26 11:23:52 +09:00
parent 7d7ff429d2
commit 6a0b36d86a

View file

@ -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 {