mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
p2p/discv5: fix test on go 1.14 (#20724)
This commit is contained in:
parent
db46be2883
commit
47350cae41
@ -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