p2p/discv5: fix test on go 1.14

This commit is contained in:
Felix Lange 2020-02-27 11:50:03 +01:00
parent cec1f292f0
commit 75174db928

View file

@ -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`,
},
}