good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 1e1b1863 authored by Felix Lange's avatar Felix Lange Committed by GitHub
Browse files

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

parent f1a7997a
Branches
Tags
Loading
...@@ -141,7 +141,7 @@ var parseNodeTests = []struct { ...@@ -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`,
}, },
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment