forked from cerc-io/plugeth
p2p/discv5: fix test on go 1.14 (#20724)
This commit is contained in:
parent
f1a7997af3
commit
1e1b18637e
@ -141,7 +141,7 @@ var parseNodeTests = []struct {
|
||||
{
|
||||
// This test checks that errors from url.Parse are handled.
|
||||
rawurl: "://foo",
|
||||
wantError: `parse ://foo: missing protocol scheme`,
|
||||
wantError: `missing protocol scheme`,
|
||||
},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user