Skip to content

Commit 1e1b186

Browse files
authored
p2p/discv5: fix test on go 1.14 (#20724)
1 parent f1a7997 commit 1e1b186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/discv5/node_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ var parseNodeTests = []struct {
141141
{
142142
// This test checks that errors from url.Parse are handled.
143143
rawurl: "://foo",
144-
wantError: `parse ://foo: missing protocol scheme`,
144+
wantError: `missing protocol scheme`,
145145
},
146146
}
147147

0 commit comments

Comments
 (0)