mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 05:11:37 +00:00
chore: change the test name
This commit is contained in:
parent
7d7ff429d2
commit
6a0b36d86a
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ func TestPartialReceipt(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPartialReceiptDisconnectRequestId(t *testing.T) {
|
func TestPartialReceiptFailure(t *testing.T) {
|
||||||
app, net := p2p.MsgPipe()
|
app, net := p2p.MsgPipe()
|
||||||
var id enode.ID
|
var id enode.ID
|
||||||
if _, err := rand.Read(id[:]); err != nil {
|
if _, err := rand.Read(id[:]); err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue