Skip to content

Commit 6b19acc

Browse files
authored
test(p2p/discv5): fix test on go 1.14 ethereum#20724 (#2407)
1 parent 24ee5c1 commit 6b19acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)