Unverified Commit 1e1b1863 authored by Felix Lange's avatar Felix Lange Committed by GitHub

p2p/discv5: fix test on go 1.14 (#20724)

parent f1a7997a
......@@ -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`,
},
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment