mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update rlpx_test.go
remove useless parameter
This commit is contained in:
parent
45e93005cd
commit
87ef34fadb
1 changed files with 1 additions and 2 deletions
|
|
@ -221,8 +221,7 @@ func TestProtocolHandshake(t *testing.T) {
|
|||
wg.Wait()
|
||||
}
|
||||
|
||||
func TestProtocolHandshakeErrors(t *testing.T) {
|
||||
our := &protoHandshake{Version: 3, Caps: []Cap{{"foo", 2}, {"bar", 3}}, Name: "quux"}
|
||||
func TestProtocolHandshakeErrors(t *testing.T) {
|
||||
tests := []struct {
|
||||
code uint64
|
||||
msg interface{}
|
||||
|
|
|
|||
Loading…
Reference in a new issue