mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
p2p/discv5: fix test on go 1.14
This commit is contained in:
parent
cec1f292f0
commit
75174db928
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ var parseNodeTests = []struct {
|
||||||
{
|
{
|
||||||
// This test checks that errors from url.Parse are handled.
|
// This test checks that errors from url.Parse are handled.
|
||||||
rawurl: "://foo",
|
rawurl: "://foo",
|
||||||
wantError: `parse ://foo: missing protocol scheme`,
|
wantError: `missing protocol scheme`,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue