Skip to content

Commit 6a0b36d

Browse files
committed
chore: change the test name
1 parent 7d7ff42 commit 6a0b36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/protocols/eth/peer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func TestPartialReceipt(t *testing.T) {
212212
}
213213
}
214214

215-
func TestPartialReceiptDisconnectRequestId(t *testing.T) {
215+
func TestPartialReceiptFailure(t *testing.T) {
216216
app, net := p2p.MsgPipe()
217217
var id enode.ID
218218
if _, err := rand.Read(id[:]); err != nil {

0 commit comments

Comments
 (0)