mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
p2p/discv5: fix test on go 1.14 (#20724)
This commit is contained in:
parent
f1a7997af3
commit
1e1b18637e
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